Shades of Olive Drab #698B24
Tints of Olive Drab #698B24
RGB
CMYK
RGB Variations
Color information
#698B24 (or 0x698B24) is known color: Olive Drab. HEX triplet: 69, 8B and 24. RGB value is (105,139,36). Sum of RGB (Red+Green+Blue) = 105+139+36=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #698B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B24 is #9674DB. Grayscale: #757575. Windows color (decimal): -9860316 or 2394985. OLE color: 2394985.
HSL color Cylindrical-coordinate representation of color #698B24: hue angle of 79.81º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #698B24 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 36 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.45 |
| HSL | 79.81º | 0.59% | 0.34% | - |
| HSV(B) | 79.81º | 0.74% | 0.55% | - |
| XYZ | 15.38 | 21.6 | 5.03 | - |
| YUV | 117.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 36 | 0.24 | 0 | 0.74 | 0.45 | 79.81 | 0.59 | 0.34 |
| Hex | 69 | 8B | 24 | 18 | 0 | 4A | 2D | 50 | 3B | 22 |
| Octal | 151 | 213 | 44 | 30 | 0 | 112 | 55 | 120 | 73 | 42 |
| Binary | 1101001 | 10001011 | 100100 | 11000 | 0 | 1001010 | 101101 | 1010000 | 111011 | 100010 |
Color Harmonies of #698B24
Complementary color
Monochromatic Colors of #698B24
Black with #698B24
Text Example
Text Example
White with #698B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B24; }
p { color: rgb(105,139,36); }
H1.HeaderClassName
{
color: #698B24;
}
.AnyTagClassName
{
color: #698B24;
}
</style>
background-color css
<style>
a { background-color: #698B24; }
a { background-color: rgb(105,139,36); }
div.DivClassName
{
background-color: #698B24;
}
.BgClassName
{
background-color: #698B24;
}
</style>
border-color css
<style>
span { border-color: #698B24; }
span { border-color: rgb(105,139,36); }
td.TdClassName
{
border-color: #698B24;
}
.TagClassName
{
border-color: #698B24;
}
</style>