Shades of Olive Drab #698B2E
Tints of Olive Drab #698B2E
RGB
CMYK
RGB Variations
Color information
#698B2E (or 0x698B2E) is known color: Olive Drab. HEX triplet: 69, 8B and 2E. RGB value is (105,139,46). Sum of RGB (Red+Green+Blue) = 105+139+46=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #698B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B2E is #9674D1. Grayscale: #767676. Windows color (decimal): -9860306 or 3050345. OLE color: 3050345.
HSL color Cylindrical-coordinate representation of color #698B2E: hue angle of 81.94º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #698B2E is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 46 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.45 |
| HSL | 81.94º | 0.5% | 0.36% | - |
| HSV(B) | 81.94º | 0.67% | 0.55% | - |
| XYZ | 15.55 | 21.67 | 5.95 | - |
| YUV | 118.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 46 | 0.24 | 0 | 0.67 | 0.45 | 81.94 | 0.5 | 0.36 |
| Hex | 69 | 8B | 2E | 18 | 0 | 43 | 2D | 52 | 32 | 24 |
| Octal | 151 | 213 | 56 | 30 | 0 | 103 | 55 | 122 | 62 | 44 |
| Binary | 1101001 | 10001011 | 101110 | 11000 | 0 | 1000011 | 101101 | 1010010 | 110010 | 100100 |
Color Harmonies of #698B2E
Complementary color
Monochromatic Colors of #698B2E
Black with #698B2E
Text Example
Text Example
White with #698B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B2E; }
p { color: rgb(105,139,46); }
H1.HeaderClassName
{
color: #698B2E;
}
.AnyTagClassName
{
color: #698B2E;
}
</style>
background-color css
<style>
a { background-color: #698B2E; }
a { background-color: rgb(105,139,46); }
div.DivClassName
{
background-color: #698B2E;
}
.BgClassName
{
background-color: #698B2E;
}
</style>
border-color css
<style>
span { border-color: #698B2E; }
span { border-color: rgb(105,139,46); }
td.TdClassName
{
border-color: #698B2E;
}
.TagClassName
{
border-color: #698B2E;
}
</style>