#669549

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

Shades of Glade Green #669549

Tints of Glade Green #669549

Color information

#669549 (or 0x669549) is unknown color: approx Glade Green. HEX triplet: 66, 95 and 49. RGB value is (102,149,73). Sum of RGB (Red+Green+Blue) = 102+149+73=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #669549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669549 is #996AB6. Grayscale: #7E7E7E. Windows color (decimal): -10054327 or 4822374. OLE color: 4822374.

HSL color Cylindrical-coordinate representation of color #669549: hue angle of 97.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669549 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB10214973-
CMYK0.3200.510.42
HSL97.11º34.23%43.53%-
HSV(B)97.11º51.01%58.43%-
XYZ17.4324.810.17-
YUV126.2897.93110.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=31.48%
G=45.99%
B=22.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102149730.3200.510.4297.1134.2343.53
Hex669549200332A61222c
Octal14622511140063521414254
Binary110011010010101100100110000001100111010101100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669549; }

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

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

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

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

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

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

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

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