#66A56D

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

Shades of Fern #66A56D

Tints of Fern #66A56D

Color information

#66A56D (or 0x66A56D) is unknown color: approx Fern. HEX triplet: 66, A5 and 6D. RGB value is (102,165,109). Sum of RGB (Red+Green+Blue) = 102+165+109=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #66A56D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A56D is #995A92. Grayscale: #8B8B8B. Windows color (decimal): -10050195 or 7185766. OLE color: 7185766.

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

Color convert

RGB102165109-
CMYK0.3800.340.35
HSL126.67º25.93%52.35%-
HSV(B)126.67º38.18%64.71%-
XYZ21.6930.8419.28-
YUV139.78110.63101.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=27.13%
G=43.88%
B=28.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021651090.3800.340.35126.6725.9352.35
Hex66A56D26022237f1a34
Octal14624515546042431773264
Binary11001101010010111011011001100100010100011111111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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