#669250

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

Shades of Glade Green #669250

Tints of Glade Green #669250

Color information

#669250 (or 0x669250) is unknown color: approx Glade Green. HEX triplet: 66, 92 and 50. RGB value is (102,146,80). Sum of RGB (Red+Green+Blue) = 102+146+80=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #669250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669250 is #996DAF. Grayscale: #7D7D7D. Windows color (decimal): -10055088 or 5280358. OLE color: 5280358.

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

Color convert

RGB10214680-
CMYK0.3000.450.43
HSL100º29.2%44.31%-
HSV(B)100º45.21%57.25%-
XYZ17.2123.9611.31-
YUV125.32102.42111.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=31.10%
G=44.51%
B=24.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146800.3000.450.4310029.244.31
Hex6692501E02D2B641d2c
Octal14622212036055531443554
Binary1100110100100101010000111100101101101011110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669250; }

 p { color: rgb(102,146,80); }

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

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

 a { background-color: rgb(102,146,80); }

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

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

 span { border-color: rgb(102,146,80); }

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