Shades of Olive Drab #698310
Tints of Olive Drab #698310
RGB
CMYK
RGB Variations
Color information
#698310 (or 0x698310) is known color: Olive Drab. HEX triplet: 69, 83 and 10. RGB value is (105,131,16). Sum of RGB (Red+Green+Blue) = 105+131+16=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #698310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698310 is #967CEF. Grayscale: #6E6E6E. Windows color (decimal): -9862384 or 1082217. OLE color: 1082217.
HSL color Cylindrical-coordinate representation of color #698310: hue angle of 73.57º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #698310 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 16 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.49 |
| HSL | 73.57º | 0.78% | 0.29% | - |
| HSV(B) | 73.57º | 0.88% | 0.51% | - |
| XYZ | 14.04 | 19.27 | 3.47 | - |
| YUV | 110.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 16 | 0.20 | 0 | 0.88 | 0.49 | 73.57 | 0.78 | 0.29 |
| Hex | 69 | 83 | 10 | 14 | 0 | 58 | 31 | 4A | 4E | 1D |
| Octal | 151 | 203 | 20 | 24 | 0 | 130 | 61 | 112 | 116 | 35 |
| Binary | 1101001 | 10000011 | 10000 | 10100 | 0 | 1011000 | 110001 | 1001010 | 1001110 | 11101 |
Color Harmonies of #698310
Complementary color
Monochromatic Colors of #698310
Black with #698310
Text Example
Text Example
White with #698310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698310; }
p { color: rgb(105,131,16); }
H1.HeaderClassName
{
color: #698310;
}
.AnyTagClassName
{
color: #698310;
}
</style>
background-color css
<style>
a { background-color: #698310; }
a { background-color: rgb(105,131,16); }
div.DivClassName
{
background-color: #698310;
}
.BgClassName
{
background-color: #698310;
}
</style>
border-color css
<style>
span { border-color: #698310; }
span { border-color: rgb(105,131,16); }
td.TdClassName
{
border-color: #698310;
}
.TagClassName
{
border-color: #698310;
}
</style>