Shades of Olive Drab #698920
Tints of Olive Drab #698920
RGB
CMYK
RGB Variations
Color information
#698920 (or 0x698920) is known color: Olive Drab. HEX triplet: 69, 89 and 20. RGB value is (105,137,32). Sum of RGB (Red+Green+Blue) = 105+137+32=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #698920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698920 is #9676DF. Grayscale: #737373. Windows color (decimal): -9860832 or 2132329. OLE color: 2132329.
HSL color Cylindrical-coordinate representation of color #698920: hue angle of 78.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #698920 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 32 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.46 |
| HSL | 78.29º | 0.62% | 0.33% | - |
| HSV(B) | 78.29º | 0.77% | 0.54% | - |
| XYZ | 15.03 | 21 | 4.63 | - |
| YUV | 115.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 32 | 0.23 | 0 | 0.77 | 0.46 | 78.29 | 0.62 | 0.33 |
| Hex | 69 | 89 | 20 | 17 | 0 | 4D | 2E | 4E | 3E | 21 |
| Octal | 151 | 211 | 40 | 27 | 0 | 115 | 56 | 116 | 76 | 41 |
| Binary | 1101001 | 10001001 | 100000 | 10111 | 0 | 1001101 | 101110 | 1001110 | 111110 | 100001 |
Color Harmonies of #698920
Complementary color
Monochromatic Colors of #698920
Black with #698920
Text Example
Text Example
White with #698920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698920; }
p { color: rgb(105,137,32); }
H1.HeaderClassName
{
color: #698920;
}
.AnyTagClassName
{
color: #698920;
}
</style>
background-color css
<style>
a { background-color: #698920; }
a { background-color: rgb(105,137,32); }
div.DivClassName
{
background-color: #698920;
}
.BgClassName
{
background-color: #698920;
}
</style>
border-color css
<style>
span { border-color: #698920; }
span { border-color: rgb(105,137,32); }
td.TdClassName
{
border-color: #698920;
}
.TagClassName
{
border-color: #698920;
}
</style>