#66A267

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

Shades of Fern #66A267

Tints of Fern #66A267

Color information

#66A267 (or 0x66A267) is unknown color: approx Fern. HEX triplet: 66, A2 and 67. RGB value is (102,162,103). Sum of RGB (Red+Green+Blue) = 102+162+103=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #66A267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A267 is #995D98. Grayscale: #898989. Windows color (decimal): -10050969 or 6791782. OLE color: 6791782.

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

Color convert

RGB102162103-
CMYK0.3700.360.36
HSL121º24.39%51.76%-
HSV(B)121º37.04%63.53%-
XYZ20.8529.6417.46-
YUV137.33108.62102.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=27.79%
G=44.14%
B=28.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621030.3700.360.3612124.3951.76
Hex66A2672502424791834
Octal14624214745044441713064
Binary11001101010001011001111001010100100100100111100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,103); }

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

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

 a { background-color: rgb(102,162,103); }

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

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

 span { border-color: rgb(102,162,103); }

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