#66B979

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

Shades of Fern #66B979

Tints of Fern #66B979

Color information

#66B979 (or 0x66B979) is unknown color: approx Fern. HEX triplet: 66, B9 and 79. RGB value is (102,185,121). Sum of RGB (Red+Green+Blue) = 102+185+121=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #66B979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B979 is #994686. Grayscale: #999999. Windows color (decimal): -10045063 or 7977318. OLE color: 7977318.

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

Color convert

RGB102185121-
CMYK0.4500.350.27
HSL133.73º37.22%56.27%-
HSV(B)133.73º44.86%72.55%-
XYZ26.2838.924.21-
YUV152.8911091.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 185 (72.66% from 255) = 45.34%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=25%
G=45.34%
B=29.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851210.4500.350.27133.7337.2256.27
Hex66B9792D0231B862538
Octal14627117155043332064570
Binary110011010111001111100110110101000111101110000110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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