#669050

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

Shades of Glade Green #669050

Tints of Glade Green #669050

Color information

#669050 (or 0x669050) is unknown color: approx Glade Green. HEX triplet: 66, 90 and 50. RGB value is (102,144,80). Sum of RGB (Red+Green+Blue) = 102+144+80=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #669050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669050 is #996FAF. Grayscale: #7C7C7C. Windows color (decimal): -10055600 or 5279846. OLE color: 5279846.

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

Color convert

RGB10214480-
CMYK0.2900.440.44
HSL99.38º28.57%43.92%-
HSV(B)99.38º44.44%56.47%-
XYZ16.923.3511.21-
YUV124.15103.09112.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=31.29%
G=44.17%
B=24.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102144800.2900.440.4499.3828.5743.92
Hex6690501D02C2C631d2c
Octal14622012035054541433554
Binary1100110100100001010000111010101100101100110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669050; }

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

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

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

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

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

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

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

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