Shades of Glade Green #679249
Tints of Glade Green #679249
RGB
CMYK
RGB Variations
Color information
#679249 (or 0x679249) is known color: Glade Green. HEX triplet: 67, 92 and 49. RGB value is (103,146,73). Sum of RGB (Red+Green+Blue) = 103+146+73=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #679249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679249 is #986DB6. Grayscale: #7D7D7D. Windows color (decimal): -9989559 or 4821607. OLE color: 4821607.
HSL color Cylindrical-coordinate representation of color #679249: hue angle of 95.34º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #679249 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 73 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.43 |
| HSL | 95.34º | 0.33% | 0.43% | - |
| HSV(B) | 95.34º | 0.5% | 0.57% | - |
| XYZ | 17.08 | 23.92 | 10.02 | - |
| YUV | 124.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 73 | 0.29 | 0 | 0.5 | 0.43 | 95.34 | 0.33 | 0.43 |
| Hex | 67 | 92 | 49 | 1D | 0 | 32 | 2B | 5F | 21 | 2B |
| Octal | 147 | 222 | 111 | 35 | 0 | 62 | 53 | 137 | 41 | 53 |
| Binary | 1100111 | 10010010 | 1001001 | 11101 | 0 | 110010 | 101011 | 1011111 | 100001 | 101011 |
Color Harmonies of #679249
Complementary color
Monochromatic Colors of #679249
Black with #679249
Text Example
Text Example
White with #679249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679249; }
p { color: rgb(103,146,73); }
H1.HeaderClassName
{
color: #679249;
}
.AnyTagClassName
{
color: #679249;
}
</style>
background-color css
<style>
a { background-color: #679249; }
a { background-color: rgb(103,146,73); }
div.DivClassName
{
background-color: #679249;
}
.BgClassName
{
background-color: #679249;
}
</style>
border-color css
<style>
span { border-color: #679249; }
span { border-color: rgb(103,146,73); }
td.TdClassName
{
border-color: #679249;
}
.TagClassName
{
border-color: #679249;
}
</style>