#66AF6C

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

Shades of Fern #66AF6C

Tints of Fern #66AF6C

Color information

#66AF6C (or 0x66AF6C) is unknown color: approx Fern. HEX triplet: 66, AF and 6C. RGB value is (102,175,108). Sum of RGB (Red+Green+Blue) = 102+175+108=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF6C is #995093. Grayscale: #919191. Windows color (decimal): -10047636 or 7122790. OLE color: 7122790.

HSL color Cylindrical-coordinate representation of color #66AF6C: hue angle of 124.93º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF6C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB102175108-
CMYK0.4200.380.31
HSL124.93º31.33%54.31%-
HSV(B)124.93º41.71%68.63%-
XYZ23.5234.5719.62-
YUV145.54106.8296.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=26.49%
G=45.45%
B=28.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751080.4200.380.31124.9331.3354.31
Hex66AF6C2A0261F7d1f36
Octal14625715452046371753766
Binary1100110101011111101100101010010011011111111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AF6C; }

 p { color: rgb(102,175,108); }

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

<style>
 a { background-color: #66AF6C; }

 a { background-color: rgb(102,175,108); }

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

<style>
 span { border-color: #66AF6C; }

 span { border-color: rgb(102,175,108); }

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