#66AF72

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

Shades of Fern #66AF72

Tints of Fern #66AF72

Color information

#66AF72 (or 0x66AF72) is unknown color: approx Fern. HEX triplet: 66, AF and 72. RGB value is (102,175,114). Sum of RGB (Red+Green+Blue) = 102+175+114=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF72 is #99508D. Grayscale: #929292. Windows color (decimal): -10047630 or 7516006. OLE color: 7516006.

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

Color convert

RGB102175114-
CMYK0.4200.350.31
HSL129.86º31.33%54.31%-
HSV(B)129.86º41.71%68.63%-
XYZ23.8534.721.36-
YUV146.22109.8296.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=26.09%
G=44.76%
B=29.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751140.4200.350.31129.8631.3354.31
Hex66AF722A0231F821f36
Octal14625716252043372023766
Binary11001101010111111100101010100100011111111000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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