#66A464

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

Shades of Fern #66A464

Tints of Fern #66A464

Color information

#66A464 (or 0x66A464) is unknown color: approx Fern. HEX triplet: 66, A4 and 64. RGB value is (102,164,100). Sum of RGB (Red+Green+Blue) = 102+164+100=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #66A464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A464 is #995B9B. Grayscale: #8A8A8A. Windows color (decimal): -10050460 or 6595686. OLE color: 6595686.

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

Color convert

RGB102164100-
CMYK0.3800.390.36
HSL118.12º26.02%51.76%-
HSV(B)118.12º39.02%64.31%-
XYZ21.0630.316.79-
YUV138.17106.46102.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=27.87%
G=44.81%
B=27.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021641000.3800.390.36118.1226.0251.76
Hex66A4642602724761a34
Octal14624414446047441663264
Binary11001101010010011001001001100100111100100111011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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