#60AF78

Color #60AF78 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #60AF78

Tints of Fern #60AF78

Color information

#60AF78 (or 0x60AF78) is unknown color: approx Fern. HEX triplet: 60, AF and 78. RGB value is (96,175,120). Sum of RGB (Red+Green+Blue) = 96+175+120=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF78 is #9F5087. Grayscale: #919191. Windows color (decimal): -10440840 or 7909216. OLE color: 7909216.

HSL color Cylindrical-coordinate representation of color #60AF78: hue angle of 138.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF78 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB96175120-
CMYK0.4500.310.31
HSL138.23º33.05%53.14%-
HSV(B)138.23º45.14%68.63%-
XYZ23.5434.523.19-
YUV145.11113.8392.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=24.55%
G=44.76%
B=30.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751200.4500.310.31138.2333.0553.14
Hex60AF782D01F1F8a2135
Octal14025717055037372124165
Binary11000001010111111110001011010111111111110001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AF78; }

 p { color: rgb(96,175,120); }

 H1.HeaderClassName
 {
   color: #60AF78;
 }
 .AnyTagClassName
 {
   color: #60AF78;
 }
</style>
background-color css

<style>
 a { background-color: #60AF78; }

 a { background-color: rgb(96,175,120); }

 div.DivClassName
 {
   background-color: #60AF78;
 }
 .BgClassName
 {
   background-color: #60AF78;
 }
</style>
border-color css

<style>
 span { border-color: #60AF78; }

 span { border-color: rgb(96,175,120); }

 td.TdClassName
 {
   border-color: #60AF78;
 }
 .TagClassName
 {
   border-color: #60AF78;
 }
</style>