#66AF71

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

Shades of Fern #66AF71

Tints of Fern #66AF71

Color information

#66AF71 (or 0x66AF71) is unknown color: approx Fern. HEX triplet: 66, AF and 71. RGB value is (102,175,113). Sum of RGB (Red+Green+Blue) = 102+175+113=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF71 is #99508E. Grayscale: #929292. Windows color (decimal): -10047631 or 7450470. OLE color: 7450470.

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

Color convert

RGB102175113-
CMYK0.4200.350.31
HSL129.04º31.33%54.31%-
HSV(B)129.04º41.71%68.63%-
XYZ23.7934.6821.06-
YUV146.1109.3296.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=26.15%
G=44.87%
B=28.97%

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
Decimal1021751130.4200.350.31129.0431.3354.31
Hex66AF712A0231F811f36
Octal14625716152043372013766
Binary11001101010111111100011010100100011111111000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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