#66B079

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

Shades of Fern #66B079

Tints of Fern #66B079

Color information

#66B079 (or 0x66B079) is unknown color: approx Fern. HEX triplet: 66, B0 and 79. RGB value is (102,176,121). Sum of RGB (Red+Green+Blue) = 102+176+121=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #66B079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B079 is #994F86. Grayscale: #939393. Windows color (decimal): -10047367 or 7975014. OLE color: 7975014.

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

Color convert

RGB102176121-
CMYK0.4200.310.31
HSL135.41º31.9%54.51%-
HSV(B)135.41º42.05%69.02%-
XYZ24.4635.2623.61-
YUV147.6112.9895.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=25.56%
G=44.11%
B=30.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021761210.4200.310.31135.4131.954.51
Hex66B0792A01F1F872037
Octal14626017152037372074067
Binary11001101011000011110011010100111111111110000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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