Shades of Olive Drab #698935
Tints of Olive Drab #698935
RGB
CMYK
RGB Variations
Color information
#698935 (or 0x698935) is known color: Olive Drab. HEX triplet: 69, 89 and 35. RGB value is (105,137,53). Sum of RGB (Red+Green+Blue) = 105+137+53=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #698935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698935 is #9676CA. Grayscale: #767676. Windows color (decimal): -9860811 or 3508585. OLE color: 3508585.
HSL color Cylindrical-coordinate representation of color #698935: hue angle of 82.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698935 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 53 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.46 |
| HSL | 82.86º | 0.44% | 0.37% | - |
| HSV(B) | 82.86º | 0.61% | 0.54% | - |
| XYZ | 15.41 | 21.15 | 6.64 | - |
| YUV | 117.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 53 | 0.23 | 0 | 0.61 | 0.46 | 82.86 | 0.44 | 0.37 |
| Hex | 69 | 89 | 35 | 17 | 0 | 3D | 2E | 53 | 2C | 25 |
| Octal | 151 | 211 | 65 | 27 | 0 | 75 | 56 | 123 | 54 | 45 |
| Binary | 1101001 | 10001001 | 110101 | 10111 | 0 | 111101 | 101110 | 1010011 | 101100 | 100101 |
Color Harmonies of #698935
Complementary color
Monochromatic Colors of #698935
Black with #698935
Text Example
Text Example
White with #698935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698935; }
p { color: rgb(105,137,53); }
H1.HeaderClassName
{
color: #698935;
}
.AnyTagClassName
{
color: #698935;
}
</style>
background-color css
<style>
a { background-color: #698935; }
a { background-color: rgb(105,137,53); }
div.DivClassName
{
background-color: #698935;
}
.BgClassName
{
background-color: #698935;
}
</style>
border-color css
<style>
span { border-color: #698935; }
span { border-color: rgb(105,137,53); }
td.TdClassName
{
border-color: #698935;
}
.TagClassName
{
border-color: #698935;
}
</style>