Shades of Olive Drab #698020
Tints of Olive Drab #698020
RGB
CMYK
RGB Variations
Color information
#698020 (or 0x698020) is known color: Olive Drab. HEX triplet: 69, 80 and 20. RGB value is (105,128,32). Sum of RGB (Red+Green+Blue) = 105+128+32=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #698020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698020 is #967FDF. Grayscale: #6E6E6E. Windows color (decimal): -9863136 or 2130025. OLE color: 2130025.
HSL color Cylindrical-coordinate representation of color #698020: hue angle of 74.37º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698020 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 128 | 32 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.50 |
| HSL | 74.37º | 0.6% | 0.31% | - |
| HSV(B) | 74.37º | 0.75% | 0.5% | - |
| XYZ | 13.81 | 18.55 | 4.22 | - |
| YUV | 110.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 32 | 0.18 | 0 | 0.75 | 0.50 | 74.37 | 0.6 | 0.31 |
| Hex | 69 | 80 | 20 | 12 | 0 | 4B | 32 | 4A | 3C | 1F |
| Octal | 151 | 200 | 40 | 22 | 0 | 113 | 62 | 112 | 74 | 37 |
| Binary | 1101001 | 10000000 | 100000 | 10010 | 0 | 1001011 | 110010 | 1001010 | 111100 | 11111 |
Color Harmonies of #698020
Complementary color
Monochromatic Colors of #698020
Black with #698020
Text Example
Text Example
White with #698020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698020; }
p { color: rgb(105,128,32); }
H1.HeaderClassName
{
color: #698020;
}
.AnyTagClassName
{
color: #698020;
}
</style>
background-color css
<style>
a { background-color: #698020; }
a { background-color: rgb(105,128,32); }
div.DivClassName
{
background-color: #698020;
}
.BgClassName
{
background-color: #698020;
}
</style>
border-color css
<style>
span { border-color: #698020; }
span { border-color: rgb(105,128,32); }
td.TdClassName
{
border-color: #698020;
}
.TagClassName
{
border-color: #698020;
}
</style>