#66A669

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

Shades of Fern #66A669

Tints of Fern #66A669

Color information

#66A669 (or 0x66A669) is unknown color: approx Fern. HEX triplet: 66, A6 and 69. RGB value is (102,166,105). Sum of RGB (Red+Green+Blue) = 102+166+105=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #66A669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A669 is #995996. Grayscale: #8C8C8C. Windows color (decimal): -10049943 or 6923878. OLE color: 6923878.

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

Color convert

RGB102166105-
CMYK0.3900.370.35
HSL122.81º26.45%52.55%-
HSV(B)122.81º38.55%65.1%-
XYZ21.6731.1218.23-
YUV139.91108.3100.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=27.35%
G=44.50%
B=28.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661050.3900.370.35122.8126.4552.55
Hex66A66927025237b1a35
Octal14624615147045431733265
Binary11001101010011011010011001110100101100011111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,105); }

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

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

 a { background-color: rgb(102,166,105); }

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

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

 span { border-color: rgb(102,166,105); }

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