Shades of Olive Drab #698D17
Tints of Olive Drab #698D17
RGB
CMYK
RGB Variations
Color information
#698D17 (or 0x698D17) is known color: Olive Drab. HEX triplet: 69, 8D and 17. RGB value is (105,141,23). Sum of RGB (Red+Green+Blue) = 105+141+23=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #698D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D17 is #9672E8. Grayscale: #757575. Windows color (decimal): -9859817 or 1543529. OLE color: 1543529.
HSL color Cylindrical-coordinate representation of color #698D17: hue angle of 78.31º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #698D17 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 23 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.45 |
| HSL | 78.31º | 0.72% | 0.32% | - |
| HSV(B) | 78.31º | 0.84% | 0.55% | - |
| XYZ | 15.51 | 22.11 | 4.26 | - |
| YUV | 116.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 23 | 0.26 | 0 | 0.84 | 0.45 | 78.31 | 0.72 | 0.32 |
| Hex | 69 | 8D | 17 | 1A | 0 | 54 | 2D | 4E | 48 | 20 |
| Octal | 151 | 215 | 27 | 32 | 0 | 124 | 55 | 116 | 110 | 40 |
| Binary | 1101001 | 10001101 | 10111 | 11010 | 0 | 1010100 | 101101 | 1001110 | 1001000 | 100000 |
Color Harmonies of #698D17
Complementary color
Monochromatic Colors of #698D17
Black with #698D17
Text Example
Text Example
White with #698D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D17; }
p { color: rgb(105,141,23); }
H1.HeaderClassName
{
color: #698D17;
}
.AnyTagClassName
{
color: #698D17;
}
</style>
background-color css
<style>
a { background-color: #698D17; }
a { background-color: rgb(105,141,23); }
div.DivClassName
{
background-color: #698D17;
}
.BgClassName
{
background-color: #698D17;
}
</style>
border-color css
<style>
span { border-color: #698D17; }
span { border-color: rgb(105,141,23); }
td.TdClassName
{
border-color: #698D17;
}
.TagClassName
{
border-color: #698D17;
}
</style>