#66B977

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

Shades of Fern #66B977

Tints of Fern #66B977

Color information

#66B977 (or 0x66B977) is unknown color: approx Fern. HEX triplet: 66, B9 and 77. RGB value is (102,185,119). Sum of RGB (Red+Green+Blue) = 102+185+119=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #66B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B977 is #994688. Grayscale: #989898. Windows color (decimal): -10045065 or 7846246. OLE color: 7846246.

HSL color Cylindrical-coordinate representation of color #66B977: hue angle of 132.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B977 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB102185119-
CMYK0.4500.360.27
HSL132.29º37.22%56.27%-
HSV(B)132.29º44.86%72.55%-
XYZ26.1638.8523.57-
YUV152.6610991.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=25.12%
G=45.57%
B=29.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851190.4500.360.27132.2937.2256.27
Hex66B9772D0241B842538
Octal14627116755044332044570
Binary110011010111001111011110110101001001101110000100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,119); }

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

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

 a { background-color: rgb(102,185,119); }

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

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

 span { border-color: rgb(102,185,119); }

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