Shades of Olive Drab #698616
Tints of Olive Drab #698616
RGB
CMYK
RGB Variations
Color information
#698616 (or 0x698616) is known color: Olive Drab. HEX triplet: 69, 86 and 16. RGB value is (105,134,22). Sum of RGB (Red+Green+Blue) = 105+134+22=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #698616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698616 is #9679E9. Grayscale: #707070. Windows color (decimal): -9861610 or 1476201. OLE color: 1476201.
HSL color Cylindrical-coordinate representation of color #698616: hue angle of 75.54º 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 #698616 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 22 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.47 |
| HSL | 75.54º | 0.72% | 0.31% | - |
| HSV(B) | 75.54º | 0.84% | 0.53% | - |
| XYZ | 14.5 | 20.11 | 3.88 | - |
| YUV | 112.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 22 | 0.22 | 0 | 0.84 | 0.47 | 75.54 | 0.72 | 0.31 |
| Hex | 69 | 86 | 16 | 16 | 0 | 54 | 2F | 4C | 48 | 1F |
| Octal | 151 | 206 | 26 | 26 | 0 | 124 | 57 | 114 | 110 | 37 |
| Binary | 1101001 | 10000110 | 10110 | 10110 | 0 | 1010100 | 101111 | 1001100 | 1001000 | 11111 |
Color Harmonies of #698616
Complementary color
Monochromatic Colors of #698616
Black with #698616
Text Example
Text Example
White with #698616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698616; }
p { color: rgb(105,134,22); }
H1.HeaderClassName
{
color: #698616;
}
.AnyTagClassName
{
color: #698616;
}
</style>
background-color css
<style>
a { background-color: #698616; }
a { background-color: rgb(105,134,22); }
div.DivClassName
{
background-color: #698616;
}
.BgClassName
{
background-color: #698616;
}
</style>
border-color css
<style>
span { border-color: #698616; }
span { border-color: rgb(105,134,22); }
td.TdClassName
{
border-color: #698616;
}
.TagClassName
{
border-color: #698616;
}
</style>