Shades of Olive Drab #698D16
Tints of Olive Drab #698D16
RGB
CMYK
RGB Variations
Color information
#698D16 (or 0x698D16) is known color: Olive Drab. HEX triplet: 69, 8D and 16. RGB value is (105,141,22). Sum of RGB (Red+Green+Blue) = 105+141+22=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #698D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D16 is #9672E9. Grayscale: #757575. Windows color (decimal): -9859818 or 1477993. OLE color: 1477993.
HSL color Cylindrical-coordinate representation of color #698D16: hue angle of 78.15º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #698D16 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 22 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.45 |
| HSL | 78.15º | 0.73% | 0.32% | - |
| HSV(B) | 78.15º | 0.84% | 0.55% | - |
| XYZ | 15.5 | 22.11 | 4.21 | - |
| YUV | 116.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 22 | 0.26 | 0 | 0.84 | 0.45 | 78.15 | 0.73 | 0.32 |
| Hex | 69 | 8D | 16 | 1A | 0 | 54 | 2D | 4E | 49 | 20 |
| Octal | 151 | 215 | 26 | 32 | 0 | 124 | 55 | 116 | 111 | 40 |
| Binary | 1101001 | 10001101 | 10110 | 11010 | 0 | 1010100 | 101101 | 1001110 | 1001001 | 100000 |
Color Harmonies of #698D16
Complementary color
Monochromatic Colors of #698D16
Black with #698D16
Text Example
Text Example
White with #698D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D16; }
p { color: rgb(105,141,22); }
H1.HeaderClassName
{
color: #698D16;
}
.AnyTagClassName
{
color: #698D16;
}
</style>
background-color css
<style>
a { background-color: #698D16; }
a { background-color: rgb(105,141,22); }
div.DivClassName
{
background-color: #698D16;
}
.BgClassName
{
background-color: #698D16;
}
</style>
border-color css
<style>
span { border-color: #698D16; }
span { border-color: rgb(105,141,22); }
td.TdClassName
{
border-color: #698D16;
}
.TagClassName
{
border-color: #698D16;
}
</style>