Shades of Olive Drab #698B17
Tints of Olive Drab #698B17
RGB
CMYK
RGB Variations
Color information
#698B17 (or 0x698B17) is known color: Olive Drab. HEX triplet: 69, 8B and 17. RGB value is (105,139,23). Sum of RGB (Red+Green+Blue) = 105+139+23=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #698B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698B17 is #9674E8. Grayscale: #747474. Windows color (decimal): -9860329 or 1543017. OLE color: 1543017.
HSL color Cylindrical-coordinate representation of color #698B17: hue angle of 77.59º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698B17 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 23 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.45 |
| HSL | 77.59º | 0.72% | 0.32% | - |
| HSV(B) | 77.59º | 0.83% | 0.55% | - |
| XYZ | 15.21 | 21.53 | 4.16 | - |
| YUV | 115.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 23 | 0.24 | 0 | 0.83 | 0.45 | 77.59 | 0.72 | 0.32 |
| Hex | 69 | 8B | 17 | 18 | 0 | 53 | 2D | 4E | 48 | 20 |
| Octal | 151 | 213 | 27 | 30 | 0 | 123 | 55 | 116 | 110 | 40 |
| Binary | 1101001 | 10001011 | 10111 | 11000 | 0 | 1010011 | 101101 | 1001110 | 1001000 | 100000 |
Color Harmonies of #698B17
Complementary color
Monochromatic Colors of #698B17
Black with #698B17
Text Example
Text Example
White with #698B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B17; }
p { color: rgb(105,139,23); }
H1.HeaderClassName
{
color: #698B17;
}
.AnyTagClassName
{
color: #698B17;
}
</style>
background-color css
<style>
a { background-color: #698B17; }
a { background-color: rgb(105,139,23); }
div.DivClassName
{
background-color: #698B17;
}
.BgClassName
{
background-color: #698B17;
}
</style>
border-color css
<style>
span { border-color: #698B17; }
span { border-color: rgb(105,139,23); }
td.TdClassName
{
border-color: #698B17;
}
.TagClassName
{
border-color: #698B17;
}
</style>