Shades of Olive Drab #698D20
Tints of Olive Drab #698D20
RGB
CMYK
RGB Variations
Color information
#698D20 (or 0x698D20) is known color: Olive Drab. HEX triplet: 69, 8D and 20. RGB value is (105,141,32). Sum of RGB (Red+Green+Blue) = 105+141+32=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #698D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D20 is #9672DF. Grayscale: #767676. Windows color (decimal): -9859808 or 2133353. OLE color: 2133353.
HSL color Cylindrical-coordinate representation of color #698D20: hue angle of 79.82º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #698D20 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 32 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.45 |
| HSL | 79.82º | 0.63% | 0.34% | - |
| HSV(B) | 79.82º | 0.77% | 0.55% | - |
| XYZ | 15.61 | 22.16 | 4.82 | - |
| YUV | 117.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 32 | 0.26 | 0 | 0.77 | 0.45 | 79.82 | 0.63 | 0.34 |
| Hex | 69 | 8D | 20 | 1A | 0 | 4D | 2D | 50 | 3F | 22 |
| Octal | 151 | 215 | 40 | 32 | 0 | 115 | 55 | 120 | 77 | 42 |
| Binary | 1101001 | 10001101 | 100000 | 11010 | 0 | 1001101 | 101101 | 1010000 | 111111 | 100010 |
Color Harmonies of #698D20
Complementary color
Monochromatic Colors of #698D20
Black with #698D20
Text Example
Text Example
White with #698D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D20; }
p { color: rgb(105,141,32); }
H1.HeaderClassName
{
color: #698D20;
}
.AnyTagClassName
{
color: #698D20;
}
</style>
background-color css
<style>
a { background-color: #698D20; }
a { background-color: rgb(105,141,32); }
div.DivClassName
{
background-color: #698D20;
}
.BgClassName
{
background-color: #698D20;
}
</style>
border-color css
<style>
span { border-color: #698D20; }
span { border-color: rgb(105,141,32); }
td.TdClassName
{
border-color: #698D20;
}
.TagClassName
{
border-color: #698D20;
}
</style>