Shades of Glade Green #679149
Tints of Glade Green #679149
RGB
CMYK
RGB Variations
Color information
#679149 (or 0x679149) is known color: Glade Green. HEX triplet: 67, 91 and 49. RGB value is (103,145,73). Sum of RGB (Red+Green+Blue) = 103+145+73=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #679149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679149 is #986EB6. Grayscale: #7C7C7C. Windows color (decimal): -9989815 or 4821351. OLE color: 4821351.
HSL color Cylindrical-coordinate representation of color #679149: hue angle of 95º 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 #679149 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 73 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.43 |
| HSL | 95º | 0.33% | 0.43% | - |
| HSV(B) | 95º | 0.5% | 0.57% | - |
| XYZ | 16.92 | 23.62 | 9.97 | - |
| YUV | 124.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 73 | 0.29 | 0 | 0.50 | 0.43 | 95 | 0.33 | 0.43 |
| Hex | 67 | 91 | 49 | 1D | 0 | 32 | 2B | 5F | 21 | 2B |
| Octal | 147 | 221 | 111 | 35 | 0 | 62 | 53 | 137 | 41 | 53 |
| Binary | 1100111 | 10010001 | 1001001 | 11101 | 0 | 110010 | 101011 | 1011111 | 100001 | 101011 |
Color Harmonies of #679149
Complementary color
Monochromatic Colors of #679149
Black with #679149
Text Example
Text Example
White with #679149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679149; }
p { color: rgb(103,145,73); }
H1.HeaderClassName
{
color: #679149;
}
.AnyTagClassName
{
color: #679149;
}
</style>
background-color css
<style>
a { background-color: #679149; }
a { background-color: rgb(103,145,73); }
div.DivClassName
{
background-color: #679149;
}
.BgClassName
{
background-color: #679149;
}
</style>
border-color css
<style>
span { border-color: #679149; }
span { border-color: rgb(103,145,73); }
td.TdClassName
{
border-color: #679149;
}
.TagClassName
{
border-color: #679149;
}
</style>