Shades of Glade Green #679549
Tints of Glade Green #679549
RGB
CMYK
RGB Variations
Color information
#679549 (or 0x679549) is known color: Glade Green. HEX triplet: 67, 95 and 49. RGB value is (103,149,73). Sum of RGB (Red+Green+Blue) = 103+149+73=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #679549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679549 is #986AB6. Grayscale: #7E7E7E. Windows color (decimal): -9988791 or 4822375. OLE color: 4822375.
HSL color Cylindrical-coordinate representation of color #679549: hue angle of 96.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #679549 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 73 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.42 |
| HSL | 96.32º | 0.34% | 0.44% | - |
| HSV(B) | 96.32º | 0.51% | 0.58% | - |
| XYZ | 17.54 | 24.86 | 10.18 | - |
| YUV | 126.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 73 | 0.31 | 0 | 0.51 | 0.42 | 96.32 | 0.34 | 0.44 |
| Hex | 67 | 95 | 49 | 1F | 0 | 33 | 2A | 60 | 22 | 2C |
| Octal | 147 | 225 | 111 | 37 | 0 | 63 | 52 | 140 | 42 | 54 |
| Binary | 1100111 | 10010101 | 1001001 | 11111 | 0 | 110011 | 101010 | 1100000 | 100010 | 101100 |
Color Harmonies of #679549
Complementary color
Monochromatic Colors of #679549
Black with #679549
Text Example
Text Example
White with #679549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679549; }
p { color: rgb(103,149,73); }
H1.HeaderClassName
{
color: #679549;
}
.AnyTagClassName
{
color: #679549;
}
</style>
background-color css
<style>
a { background-color: #679549; }
a { background-color: rgb(103,149,73); }
div.DivClassName
{
background-color: #679549;
}
.BgClassName
{
background-color: #679549;
}
</style>
border-color css
<style>
span { border-color: #679549; }
span { border-color: rgb(103,149,73); }
td.TdClassName
{
border-color: #679549;
}
.TagClassName
{
border-color: #679549;
}
</style>