Shades of Olive Drab #698816
Tints of Olive Drab #698816
RGB
CMYK
RGB Variations
Color information
#698816 (or 0x698816) is known color: Olive Drab. HEX triplet: 69, 88 and 16. RGB value is (105,136,22). Sum of RGB (Red+Green+Blue) = 105+136+22=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #698816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698816 is #9677E9. Grayscale: #727272. Windows color (decimal): -9861098 or 1476713. OLE color: 1476713.
HSL color Cylindrical-coordinate representation of color #698816: hue angle of 76.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #698816 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 22 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.47 |
| HSL | 76.32º | 0.72% | 0.31% | - |
| HSV(B) | 76.32º | 0.84% | 0.53% | - |
| XYZ | 14.77 | 20.67 | 3.97 | - |
| YUV | 113.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 22 | 0.23 | 0 | 0.84 | 0.47 | 76.32 | 0.72 | 0.31 |
| Hex | 69 | 88 | 16 | 17 | 0 | 54 | 2F | 4C | 48 | 1F |
| Octal | 151 | 210 | 26 | 27 | 0 | 124 | 57 | 114 | 110 | 37 |
| Binary | 1101001 | 10001000 | 10110 | 10111 | 0 | 1010100 | 101111 | 1001100 | 1001000 | 11111 |
Color Harmonies of #698816
Complementary color
Monochromatic Colors of #698816
Black with #698816
Text Example
Text Example
White with #698816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698816; }
p { color: rgb(105,136,22); }
H1.HeaderClassName
{
color: #698816;
}
.AnyTagClassName
{
color: #698816;
}
</style>
background-color css
<style>
a { background-color: #698816; }
a { background-color: rgb(105,136,22); }
div.DivClassName
{
background-color: #698816;
}
.BgClassName
{
background-color: #698816;
}
</style>
border-color css
<style>
span { border-color: #698816; }
span { border-color: rgb(105,136,22); }
td.TdClassName
{
border-color: #698816;
}
.TagClassName
{
border-color: #698816;
}
</style>