#669049

Color #669049 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #669049

Tints of Glade Green #669049

Color information

#669049 (or 0x669049) is unknown color: approx Glade Green. HEX triplet: 66, 90 and 49. RGB value is (102,144,73). Sum of RGB (Red+Green+Blue) = 102+144+73=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #669049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669049 is #996FB6. Grayscale: #7B7B7B. Windows color (decimal): -10055607 or 4821094. OLE color: 4821094.

HSL color Cylindrical-coordinate representation of color #669049: hue angle of 95.49º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #669049 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB10214473-
CMYK0.2900.490.44
HSL95.49º32.72%42.55%-
HSV(B)95.49º49.31%56.47%-
XYZ16.6623.259.91-
YUV123.3599.59112.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=31.97%
G=45.14%
B=22.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102144730.2900.490.4495.4932.7242.55
Hex6690491D0312C5f212b
Octal14622011135061541374153
Binary11001101001000010010011110101100011011001011111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669049; }

 p { color: rgb(102,144,73); }

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

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

 a { background-color: rgb(102,144,73); }

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

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

 span { border-color: rgb(102,144,73); }

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