Shades of Glade Green #69954C
Tints of Glade Green #69954C
RGB
CMYK
RGB Variations
Color information
#69954C (or 0x69954C) is known color: Glade Green. HEX triplet: 69, 95 and 4C. RGB value is (105,149,76). Sum of RGB (Red+Green+Blue) = 105+149+76=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #69954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69954C is #966AB3. Grayscale: #7F7F7F. Windows color (decimal): -9857716 or 5018985. OLE color: 5018985.
HSL color Cylindrical-coordinate representation of color #69954C: hue angle of 96.16º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69954C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 76 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.42 |
| HSL | 96.16º | 0.32% | 0.44% | - |
| HSV(B) | 96.16º | 0.49% | 0.58% | - |
| XYZ | 17.88 | 25.02 | 10.72 | - |
| YUV | 127.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 76 | 0.30 | 0 | 0.49 | 0.42 | 96.16 | 0.32 | 0.44 |
| Hex | 69 | 95 | 4C | 1E | 0 | 31 | 2A | 60 | 20 | 2C |
| Octal | 151 | 225 | 114 | 36 | 0 | 61 | 52 | 140 | 40 | 54 |
| Binary | 1101001 | 10010101 | 1001100 | 11110 | 0 | 110001 | 101010 | 1100000 | 100000 | 101100 |
Color Harmonies of #69954C
Complementary color
Monochromatic Colors of #69954C
Black with #69954C
Text Example
Text Example
White with #69954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69954C; }
p { color: rgb(105,149,76); }
H1.HeaderClassName
{
color: #69954C;
}
.AnyTagClassName
{
color: #69954C;
}
</style>
background-color css
<style>
a { background-color: #69954C; }
a { background-color: rgb(105,149,76); }
div.DivClassName
{
background-color: #69954C;
}
.BgClassName
{
background-color: #69954C;
}
</style>
border-color css
<style>
span { border-color: #69954C; }
span { border-color: rgb(105,149,76); }
td.TdClassName
{
border-color: #69954C;
}
.TagClassName
{
border-color: #69954C;
}
</style>