Shades of Olive Drab #698F2E
Tints of Olive Drab #698F2E
RGB
CMYK
RGB Variations
Color information
#698F2E (or 0x698F2E) is known color: Olive Drab. HEX triplet: 69, 8F and 2E. RGB value is (105,143,46). Sum of RGB (Red+Green+Blue) = 105+143+46=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #698F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F2E is #9670D1. Grayscale: #787878. Windows color (decimal): -9859282 or 3051369. OLE color: 3051369.
HSL color Cylindrical-coordinate representation of color #698F2E: hue angle of 83.51º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #698F2E is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 46 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.44 |
| HSL | 83.51º | 0.51% | 0.37% | - |
| HSV(B) | 83.51º | 0.68% | 0.56% | - |
| XYZ | 16.14 | 22.85 | 6.14 | - |
| YUV | 120.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 46 | 0.27 | 0 | 0.68 | 0.44 | 83.51 | 0.51 | 0.37 |
| Hex | 69 | 8F | 2E | 1B | 0 | 44 | 2C | 54 | 33 | 25 |
| Octal | 151 | 217 | 56 | 33 | 0 | 104 | 54 | 124 | 63 | 45 |
| Binary | 1101001 | 10001111 | 101110 | 11011 | 0 | 1000100 | 101100 | 1010100 | 110011 | 100101 |
Color Harmonies of #698F2E
Complementary color
Monochromatic Colors of #698F2E
Black with #698F2E
Text Example
Text Example
White with #698F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F2E; }
p { color: rgb(105,143,46); }
H1.HeaderClassName
{
color: #698F2E;
}
.AnyTagClassName
{
color: #698F2E;
}
</style>
background-color css
<style>
a { background-color: #698F2E; }
a { background-color: rgb(105,143,46); }
div.DivClassName
{
background-color: #698F2E;
}
.BgClassName
{
background-color: #698F2E;
}
</style>
border-color css
<style>
span { border-color: #698F2E; }
span { border-color: rgb(105,143,46); }
td.TdClassName
{
border-color: #698F2E;
}
.TagClassName
{
border-color: #698F2E;
}
</style>