Shades of Olive Drab #698E2D
Tints of Olive Drab #698E2D
RGB
CMYK
RGB Variations
Color information
#698E2D (or 0x698E2D) is known color: Olive Drab. HEX triplet: 69, 8E and 2D. RGB value is (105,142,45). Sum of RGB (Red+Green+Blue) = 105+142+45=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #698E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E2D is #9671D2. Grayscale: #787878. Windows color (decimal): -9859539 or 2985577. OLE color: 2985577.
HSL color Cylindrical-coordinate representation of color #698E2D: hue angle of 82.89º degrees, saturation: 0.52, 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 #698E2D is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 45 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.44 |
| HSL | 82.89º | 0.52% | 0.37% | - |
| HSV(B) | 82.89º | 0.68% | 0.56% | - |
| XYZ | 15.97 | 22.54 | 5.99 | - |
| YUV | 119.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 45 | 0.26 | 0 | 0.68 | 0.44 | 82.89 | 0.52 | 0.37 |
| Hex | 69 | 8E | 2D | 1A | 0 | 44 | 2C | 53 | 34 | 25 |
| Octal | 151 | 216 | 55 | 32 | 0 | 104 | 54 | 123 | 64 | 45 |
| Binary | 1101001 | 10001110 | 101101 | 11010 | 0 | 1000100 | 101100 | 1010011 | 110100 | 100101 |
Color Harmonies of #698E2D
Complementary color
Monochromatic Colors of #698E2D
Black with #698E2D
Text Example
Text Example
White with #698E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E2D; }
p { color: rgb(105,142,45); }
H1.HeaderClassName
{
color: #698E2D;
}
.AnyTagClassName
{
color: #698E2D;
}
</style>
background-color css
<style>
a { background-color: #698E2D; }
a { background-color: rgb(105,142,45); }
div.DivClassName
{
background-color: #698E2D;
}
.BgClassName
{
background-color: #698E2D;
}
</style>
border-color css
<style>
span { border-color: #698E2D; }
span { border-color: rgb(105,142,45); }
td.TdClassName
{
border-color: #698E2D;
}
.TagClassName
{
border-color: #698E2D;
}
</style>