#66AF6F

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

Shades of Fern #66AF6F

Tints of Fern #66AF6F

Color information

#66AF6F (or 0x66AF6F) is unknown color: approx Fern. HEX triplet: 66, AF and 6F. RGB value is (102,175,111). Sum of RGB (Red+Green+Blue) = 102+175+111=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF6F is #995090. Grayscale: #929292. Windows color (decimal): -10047633 or 7319398. OLE color: 7319398.

HSL color Cylindrical-coordinate representation of color #66AF6F: hue angle of 127.4º 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 #66AF6F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB102175111-
CMYK0.4200.370.31
HSL127.4º31.33%54.31%-
HSV(B)127.4º41.71%68.63%-
XYZ23.6834.6320.48-
YUV145.88108.3296.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=26.29%
G=45.10%
B=28.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751110.4200.370.31127.431.3354.31
Hex66AF6F2A0251F7f1f36
Octal14625715752045371773766
Binary1100110101011111101111101010010010111111111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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