Shades of Olive Drab #679816
Tints of Olive Drab #679816
RGB
CMYK
RGB Variations
Color information
#679816 (or 0x679816) is known color: Olive Drab. HEX triplet: 67, 98 and 16. RGB value is (103,152,22). Sum of RGB (Red+Green+Blue) = 103+152+22=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #679816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679816 is #9867E9. Grayscale: #7A7A7A. Windows color (decimal): -9988074 or 1480807. OLE color: 1480807.
HSL color Cylindrical-coordinate representation of color #679816: hue angle of 82.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #679816 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 22 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.40 |
| HSL | 82.62º | 0.75% | 0.34% | - |
| HSV(B) | 82.62º | 0.86% | 0.6% | - |
| XYZ | 16.97 | 25.4 | 4.77 | - |
| YUV | 122.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 22 | 0.32 | 0 | 0.86 | 0.40 | 82.62 | 0.75 | 0.34 |
| Hex | 67 | 98 | 16 | 20 | 0 | 56 | 28 | 53 | 4B | 22 |
| Octal | 147 | 230 | 26 | 40 | 0 | 126 | 50 | 123 | 113 | 42 |
| Binary | 1100111 | 10011000 | 10110 | 100000 | 0 | 1010110 | 101000 | 1010011 | 1001011 | 100010 |
Color Harmonies of #679816
Complementary color
Monochromatic Colors of #679816
Black with #679816
Text Example
Text Example
White with #679816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679816; }
p { color: rgb(103,152,22); }
H1.HeaderClassName
{
color: #679816;
}
.AnyTagClassName
{
color: #679816;
}
</style>
background-color css
<style>
a { background-color: #679816; }
a { background-color: rgb(103,152,22); }
div.DivClassName
{
background-color: #679816;
}
.BgClassName
{
background-color: #679816;
}
</style>
border-color css
<style>
span { border-color: #679816; }
span { border-color: rgb(103,152,22); }
td.TdClassName
{
border-color: #679816;
}
.TagClassName
{
border-color: #679816;
}
</style>