#669052

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

Shades of Glade Green #669052

Tints of Glade Green #669052

Color information

#669052 (or 0x669052) is unknown color: approx Glade Green. HEX triplet: 66, 90 and 52. RGB value is (102,144,82). Sum of RGB (Red+Green+Blue) = 102+144+82=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #669052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669052 is #996FAD. Grayscale: #7C7C7C. Windows color (decimal): -10055598 or 5410918. OLE color: 5410918.

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

Color convert

RGB10214482-
CMYK0.2900.430.44
HSL100.65º27.43%44.31%-
HSV(B)100.65º43.06%56.47%-
XYZ16.9823.3811.6-
YUV124.37104.09112.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 82 (32.42% from 255) = 25%
R=31.10%
G=43.90%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102144820.2900.430.44100.6527.4344.31
Hex6690521D02B2C651b2c
Octal14622012235053541453354
Binary1100110100100001010010111010101011101100110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669052; }

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

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

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

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

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

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

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

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