#66A970

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

Shades of Fern #66A970

Tints of Fern #66A970

Color information

#66A970 (or 0x66A970) is unknown color: approx Fern. HEX triplet: 66, A9 and 70. RGB value is (102,169,112). Sum of RGB (Red+Green+Blue) = 102+169+112=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #66A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A970 is #99568F. Grayscale: #8E8E8E. Windows color (decimal): -10049168 or 7383398. OLE color: 7383398.

HSL color Cylindrical-coordinate representation of color #66A970: hue angle of 128.96º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A970 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB102169112-
CMYK0.4000.340.34
HSL128.96º28.03%53.14%-
HSV(B)128.96º39.64%66.27%-
XYZ22.5932.3720.39-
YUV142.47110.899.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=26.63%
G=44.13%
B=29.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021691120.4000.340.34128.9628.0353.14
Hex66A9702802222811c35
Octal14625116050042422013465
Binary110011010101001111000010100001000101000101000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,112); }

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

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

 a { background-color: rgb(102,169,112); }

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

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

 span { border-color: rgb(102,169,112); }

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