Shades of Olive Drab #679516
Tints of Olive Drab #679516
RGB
CMYK
RGB Variations
Color information
#679516 (or 0x679516) is known color: Olive Drab. HEX triplet: 67, 95 and 16. RGB value is (103,149,22). Sum of RGB (Red+Green+Blue) = 103+149+22=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #679516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679516 is #986AE9. Grayscale: #797979. Windows color (decimal): -9988842 or 1480039. OLE color: 1480039.
HSL color Cylindrical-coordinate representation of color #679516: hue angle of 81.73º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679516 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 22 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.42 |
| HSL | 81.73º | 0.74% | 0.34% | - |
| HSV(B) | 81.73º | 0.85% | 0.58% | - |
| XYZ | 16.49 | 24.44 | 4.61 | - |
| YUV | 120.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 22 | 0.31 | 0 | 0.85 | 0.42 | 81.73 | 0.74 | 0.34 |
| Hex | 67 | 95 | 16 | 1F | 0 | 55 | 2A | 52 | 4A | 22 |
| Octal | 147 | 225 | 26 | 37 | 0 | 125 | 52 | 122 | 112 | 42 |
| Binary | 1100111 | 10010101 | 10110 | 11111 | 0 | 1010101 | 101010 | 1010010 | 1001010 | 100010 |
Color Harmonies of #679516
Complementary color
Monochromatic Colors of #679516
Black with #679516
Text Example
Text Example
White with #679516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679516; }
p { color: rgb(103,149,22); }
H1.HeaderClassName
{
color: #679516;
}
.AnyTagClassName
{
color: #679516;
}
</style>
background-color css
<style>
a { background-color: #679516; }
a { background-color: rgb(103,149,22); }
div.DivClassName
{
background-color: #679516;
}
.BgClassName
{
background-color: #679516;
}
</style>
border-color css
<style>
span { border-color: #679516; }
span { border-color: rgb(103,149,22); }
td.TdClassName
{
border-color: #679516;
}
.TagClassName
{
border-color: #679516;
}
</style>