Shades of Olive Drab #698714
Tints of Olive Drab #698714
RGB
CMYK
RGB Variations
Color information
#698714 (or 0x698714) is known color: Olive Drab. HEX triplet: 69, 87 and 14. RGB value is (105,135,20). Sum of RGB (Red+Green+Blue) = 105+135+20=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #698714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698714 is #9678EB. Grayscale: #717171. Windows color (decimal): -9861356 or 1345385. OLE color: 1345385.
HSL color Cylindrical-coordinate representation of color #698714: hue angle of 75.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698714 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 20 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.47 |
| HSL | 75.65º | 0.74% | 0.3% | - |
| HSV(B) | 75.65º | 0.85% | 0.53% | - |
| XYZ | 14.62 | 20.38 | 3.83 | - |
| YUV | 112.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 20 | 0.22 | 0 | 0.85 | 0.47 | 75.65 | 0.74 | 0.3 |
| Hex | 69 | 87 | 14 | 16 | 0 | 55 | 2F | 4C | 4A | 1E |
| Octal | 151 | 207 | 24 | 26 | 0 | 125 | 57 | 114 | 112 | 36 |
| Binary | 1101001 | 10000111 | 10100 | 10110 | 0 | 1010101 | 101111 | 1001100 | 1001010 | 11110 |
Color Harmonies of #698714
Complementary color
Monochromatic Colors of #698714
Black with #698714
Text Example
Text Example
White with #698714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698714; }
p { color: rgb(105,135,20); }
H1.HeaderClassName
{
color: #698714;
}
.AnyTagClassName
{
color: #698714;
}
</style>
background-color css
<style>
a { background-color: #698714; }
a { background-color: rgb(105,135,20); }
div.DivClassName
{
background-color: #698714;
}
.BgClassName
{
background-color: #698714;
}
</style>
border-color css
<style>
span { border-color: #698714; }
span { border-color: rgb(105,135,20); }
td.TdClassName
{
border-color: #698714;
}
.TagClassName
{
border-color: #698714;
}
</style>