Shades of Olive Drab #698B2C
Tints of Olive Drab #698B2C
RGB
CMYK
RGB Variations
Color information
#698B2C (or 0x698B2C) is known color: Olive Drab. HEX triplet: 69, 8B and 2C. RGB value is (105,139,44). Sum of RGB (Red+Green+Blue) = 105+139+44=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #698B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B2C is #9674D3. Grayscale: #767676. Windows color (decimal): -9860308 or 2919273. OLE color: 2919273.
HSL color Cylindrical-coordinate representation of color #698B2C: hue angle of 81.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #698B2C is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 44 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.45 |
| HSL | 81.47º | 0.52% | 0.36% | - |
| HSV(B) | 81.47º | 0.68% | 0.55% | - |
| XYZ | 15.51 | 21.65 | 5.74 | - |
| YUV | 118 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 44 | 0.24 | 0 | 0.68 | 0.45 | 81.47 | 0.52 | 0.36 |
| Hex | 69 | 8B | 2C | 18 | 0 | 44 | 2D | 51 | 34 | 24 |
| Octal | 151 | 213 | 54 | 30 | 0 | 104 | 55 | 121 | 64 | 44 |
| Binary | 1101001 | 10001011 | 101100 | 11000 | 0 | 1000100 | 101101 | 1010001 | 110100 | 100100 |
Color Harmonies of #698B2C
Complementary color
Monochromatic Colors of #698B2C
Black with #698B2C
Text Example
Text Example
White with #698B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B2C; }
p { color: rgb(105,139,44); }
H1.HeaderClassName
{
color: #698B2C;
}
.AnyTagClassName
{
color: #698B2C;
}
</style>
background-color css
<style>
a { background-color: #698B2C; }
a { background-color: rgb(105,139,44); }
div.DivClassName
{
background-color: #698B2C;
}
.BgClassName
{
background-color: #698B2C;
}
</style>
border-color css
<style>
span { border-color: #698B2C; }
span { border-color: rgb(105,139,44); }
td.TdClassName
{
border-color: #698B2C;
}
.TagClassName
{
border-color: #698B2C;
}
</style>