Shades of Olive Drab #698D32
Tints of Olive Drab #698D32
RGB
CMYK
RGB Variations
Color information
#698D32 (or 0x698D32) is known color: Olive Drab. HEX triplet: 69, 8D and 32. RGB value is (105,141,50). Sum of RGB (Red+Green+Blue) = 105+141+50=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #698D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D32 is #9672CD. Grayscale: #787878. Windows color (decimal): -9859790 or 3313001. OLE color: 3313001.
HSL color Cylindrical-coordinate representation of color #698D32: hue angle of 83.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #698D32 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 50 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.45 |
| HSL | 83.74º | 0.48% | 0.37% | - |
| HSV(B) | 83.74º | 0.65% | 0.55% | - |
| XYZ | 15.93 | 22.28 | 6.48 | - |
| YUV | 119.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 50 | 0.26 | 0 | 0.65 | 0.45 | 83.74 | 0.48 | 0.37 |
| Hex | 69 | 8D | 32 | 1A | 0 | 41 | 2D | 54 | 30 | 25 |
| Octal | 151 | 215 | 62 | 32 | 0 | 101 | 55 | 124 | 60 | 45 |
| Binary | 1101001 | 10001101 | 110010 | 11010 | 0 | 1000001 | 101101 | 1010100 | 110000 | 100101 |
Color Harmonies of #698D32
Complementary color
Monochromatic Colors of #698D32
Black with #698D32
Text Example
Text Example
White with #698D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D32; }
p { color: rgb(105,141,50); }
H1.HeaderClassName
{
color: #698D32;
}
.AnyTagClassName
{
color: #698D32;
}
</style>
background-color css
<style>
a { background-color: #698D32; }
a { background-color: rgb(105,141,50); }
div.DivClassName
{
background-color: #698D32;
}
.BgClassName
{
background-color: #698D32;
}
</style>
border-color css
<style>
span { border-color: #698D32; }
span { border-color: rgb(105,141,50); }
td.TdClassName
{
border-color: #698D32;
}
.TagClassName
{
border-color: #698D32;
}
</style>