#66B071

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

Shades of Fern #66B071

Tints of Fern #66B071

Color information

#66B071 (or 0x66B071) is unknown color: approx Fern. HEX triplet: 66, B0 and 71. RGB value is (102,176,113). Sum of RGB (Red+Green+Blue) = 102+176+113=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #66B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B071 is #994F8E. Grayscale: #929292. Windows color (decimal): -10047375 or 7450726. OLE color: 7450726.

HSL color Cylindrical-coordinate representation of color #66B071: hue angle of 128.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B071 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB102176113-
CMYK0.4200.360.31
HSL128.92º31.9%54.51%-
HSV(B)128.92º42.05%69.02%-
XYZ23.9935.0721.13-
YUV146.69108.9896.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=26.09%
G=45.01%
B=28.90%

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
Decimal1021761130.4200.360.31128.9231.954.51
Hex66B0712A0241F812037
Octal14626016152044372014067
Binary110011010110000111000110101001001001111110000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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