Shades of Olive Drab #698737
Tints of Olive Drab #698737
RGB
CMYK
RGB Variations
Color information
#698737 (or 0x698737) is known color: Olive Drab. HEX triplet: 69, 87 and 37. RGB value is (105,135,55). Sum of RGB (Red+Green+Blue) = 105+135+55=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #698737 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698737 is #9678C8. Grayscale: #757575. Windows color (decimal): -9861321 or 3639145. OLE color: 3639145.
HSL color Cylindrical-coordinate representation of color #698737: hue angle of 82.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698737 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 55 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.47 |
| HSL | 82.5º | 0.42% | 0.37% | - |
| HSV(B) | 82.5º | 0.59% | 0.53% | - |
| XYZ | 15.18 | 20.61 | 6.79 | - |
| YUV | 116.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 55 | 0.22 | 0 | 0.59 | 0.47 | 82.5 | 0.42 | 0.37 |
| Hex | 69 | 87 | 37 | 16 | 0 | 3B | 2F | 52 | 2A | 25 |
| Octal | 151 | 207 | 67 | 26 | 0 | 73 | 57 | 122 | 52 | 45 |
| Binary | 1101001 | 10000111 | 110111 | 10110 | 0 | 111011 | 101111 | 1010010 | 101010 | 100101 |
Color Harmonies of #698737
Complementary color
Monochromatic Colors of #698737
Black with #698737
Text Example
Text Example
White with #698737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698737; }
p { color: rgb(105,135,55); }
H1.HeaderClassName
{
color: #698737;
}
.AnyTagClassName
{
color: #698737;
}
</style>
background-color css
<style>
a { background-color: #698737; }
a { background-color: rgb(105,135,55); }
div.DivClassName
{
background-color: #698737;
}
.BgClassName
{
background-color: #698737;
}
</style>
border-color css
<style>
span { border-color: #698737; }
span { border-color: rgb(105,135,55); }
td.TdClassName
{
border-color: #698737;
}
.TagClassName
{
border-color: #698737;
}
</style>