Shades of Glade Green #69924C
Tints of Glade Green #69924C
RGB
CMYK
RGB Variations
Color information
#69924C (or 0x69924C) is known color: Glade Green. HEX triplet: 69, 92 and 4C. RGB value is (105,146,76). Sum of RGB (Red+Green+Blue) = 105+146+76=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #69924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69924C is #966DB3. Grayscale: #7E7E7E. Windows color (decimal): -9858484 or 5018217. OLE color: 5018217.
HSL color Cylindrical-coordinate representation of color #69924C: hue angle of 95.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69924C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 76 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.43 |
| HSL | 95.14º | 0.32% | 0.44% | - |
| HSV(B) | 95.14º | 0.48% | 0.57% | - |
| XYZ | 17.41 | 24.08 | 10.57 | - |
| YUV | 125.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 76 | 0.28 | 0 | 0.48 | 0.43 | 95.14 | 0.32 | 0.44 |
| Hex | 69 | 92 | 4C | 1C | 0 | 30 | 2B | 5F | 20 | 2C |
| Octal | 151 | 222 | 114 | 34 | 0 | 60 | 53 | 137 | 40 | 54 |
| Binary | 1101001 | 10010010 | 1001100 | 11100 | 0 | 110000 | 101011 | 1011111 | 100000 | 101100 |
Color Harmonies of #69924C
Complementary color
Monochromatic Colors of #69924C
Black with #69924C
Text Example
Text Example
White with #69924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69924C; }
p { color: rgb(105,146,76); }
H1.HeaderClassName
{
color: #69924C;
}
.AnyTagClassName
{
color: #69924C;
}
</style>
background-color css
<style>
a { background-color: #69924C; }
a { background-color: rgb(105,146,76); }
div.DivClassName
{
background-color: #69924C;
}
.BgClassName
{
background-color: #69924C;
}
</style>
border-color css
<style>
span { border-color: #69924C; }
span { border-color: rgb(105,146,76); }
td.TdClassName
{
border-color: #69924C;
}
.TagClassName
{
border-color: #69924C;
}
</style>