#66A46D

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

Shades of Fern #66A46D

Tints of Fern #66A46D

Color information

#66A46D (or 0x66A46D) is unknown color: approx Fern. HEX triplet: 66, A4 and 6D. RGB value is (102,164,109). Sum of RGB (Red+Green+Blue) = 102+164+109=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #66A46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A46D is #995B92. Grayscale: #8B8B8B. Windows color (decimal): -10050451 or 7185510. OLE color: 7185510.

HSL color Cylindrical-coordinate representation of color #66A46D: hue angle of 126.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A46D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB102164109-
CMYK0.3800.340.36
HSL126.77º25.41%52.16%-
HSV(B)126.77º37.8%64.31%-
XYZ21.5230.4819.22-
YUV139.19110.96101.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=27.2%
G=43.73%
B=29.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021641090.3800.340.36126.7725.4152.16
Hex66A46D26022247f1934
Octal14624415546042441773164
Binary11001101010010011011011001100100010100100111111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,109); }

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

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

 a { background-color: rgb(102,164,109); }

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

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

 span { border-color: rgb(102,164,109); }

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