#669849

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

Shades of Glade Green #669849

Tints of Glade Green #669849

Color information

#669849 (or 0x669849) is unknown color: approx Glade Green. HEX triplet: 66, 98 and 49. RGB value is (102,152,73). Sum of RGB (Red+Green+Blue) = 102+152+73=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #669849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669849 is #9967B6. Grayscale: #808080. Windows color (decimal): -10053559 or 4823142. OLE color: 4823142.

HSL color Cylindrical-coordinate representation of color #669849: hue angle of 97.97º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669849 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB10215273-
CMYK0.3300.520.40
HSL97.97º35.11%44.12%-
HSV(B)97.97º51.97%59.61%-
XYZ17.9125.7610.33-
YUV128.0496.94109.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=31.19%
G=46.48%
B=22.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152730.3300.520.4097.9735.1144.12
Hex669849210342862232c
Octal14623011141064501424354
Binary110011010011000100100110000101101001010001100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669849; }

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

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

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

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

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

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

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

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