#669150

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

Shades of Glade Green #669150

Tints of Glade Green #669150

Color information

#669150 (or 0x669150) is unknown color: approx Glade Green. HEX triplet: 66, 91 and 50. RGB value is (102,145,80). Sum of RGB (Red+Green+Blue) = 102+145+80=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #669150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669150 is #996EAF. Grayscale: #7C7C7C. Windows color (decimal): -10055344 or 5280102. OLE color: 5280102.

HSL color Cylindrical-coordinate representation of color #669150: hue angle of 99.69º 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 #669150 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB10214580-
CMYK0.3000.450.43
HSL99.69º28.89%44.12%-
HSV(B)99.69º44.83%56.86%-
XYZ17.0523.6511.26-
YUV124.73102.75111.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=31.19%
G=44.34%
B=24.46%

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
Decimal102145800.3000.450.4399.6928.8944.12
Hex6691501E02D2B641d2c
Octal14622112036055531443554
Binary1100110100100011010000111100101101101011110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669150; }

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

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

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

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

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

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

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

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