#66AF73

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

Shades of Fern #66AF73

Tints of Fern #66AF73

Color information

#66AF73 (or 0x66AF73) is unknown color: approx Fern. HEX triplet: 66, AF and 73. RGB value is (102,175,115). Sum of RGB (Red+Green+Blue) = 102+175+115=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF73 is #99508C. Grayscale: #929292. Windows color (decimal): -10047629 or 7581542. OLE color: 7581542.

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

Color convert

RGB102175115-
CMYK0.4200.340.31
HSL130.68º31.33%54.31%-
HSV(B)130.68º41.71%68.63%-
XYZ23.934.7221.66-
YUV146.33110.3296.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=26.02%
G=44.64%
B=29.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751150.4200.340.31130.6831.3354.31
Hex66AF732A0221F831f36
Octal14625716352042372033766
Binary11001101010111111100111010100100010111111000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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