#66AF70

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

Shades of Fern #66AF70

Tints of Fern #66AF70

Color information

#66AF70 (or 0x66AF70) is unknown color: approx Fern. HEX triplet: 66, AF and 70. RGB value is (102,175,112). Sum of RGB (Red+Green+Blue) = 102+175+112=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF70 is #99508F. Grayscale: #929292. Windows color (decimal): -10047632 or 7384934. OLE color: 7384934.

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

Color convert

RGB102175112-
CMYK0.4200.360.31
HSL128.22º31.33%54.31%-
HSV(B)128.22º41.71%68.63%-
XYZ23.7334.6520.77-
YUV145.99108.8296.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=26.22%
G=44.99%
B=28.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751120.4200.360.31128.2231.3354.31
Hex66AF702A0241F801f36
Octal14625716052044372003766
Binary11001101010111111100001010100100100111111000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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