Shades of Olive Drab #698512
Tints of Olive Drab #698512
RGB
CMYK
RGB Variations
Color information
#698512 (or 0x698512) is known color: Olive Drab. HEX triplet: 69, 85 and 12. RGB value is (105,133,18). Sum of RGB (Red+Green+Blue) = 105+133+18=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #698512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698512 is #967AED. Grayscale: #6F6F6F. Windows color (decimal): -9861870 or 1213801. OLE color: 1213801.
HSL color Cylindrical-coordinate representation of color #698512: hue angle of 74.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #698512 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 18 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.48 |
| HSL | 74.61º | 0.76% | 0.3% | - |
| HSV(B) | 74.61º | 0.86% | 0.52% | - |
| XYZ | 14.32 | 19.82 | 3.64 | - |
| YUV | 111.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 18 | 0.21 | 0 | 0.86 | 0.48 | 74.61 | 0.76 | 0.3 |
| Hex | 69 | 85 | 12 | 15 | 0 | 56 | 30 | 4B | 4C | 1E |
| Octal | 151 | 205 | 22 | 25 | 0 | 126 | 60 | 113 | 114 | 36 |
| Binary | 1101001 | 10000101 | 10010 | 10101 | 0 | 1010110 | 110000 | 1001011 | 1001100 | 11110 |
Color Harmonies of #698512
Complementary color
Monochromatic Colors of #698512
Black with #698512
Text Example
Text Example
White with #698512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698512; }
p { color: rgb(105,133,18); }
H1.HeaderClassName
{
color: #698512;
}
.AnyTagClassName
{
color: #698512;
}
</style>
background-color css
<style>
a { background-color: #698512; }
a { background-color: rgb(105,133,18); }
div.DivClassName
{
background-color: #698512;
}
.BgClassName
{
background-color: #698512;
}
</style>
border-color css
<style>
span { border-color: #698512; }
span { border-color: rgb(105,133,18); }
td.TdClassName
{
border-color: #698512;
}
.TagClassName
{
border-color: #698512;
}
</style>