Shades of Olive Drab #698B19
Tints of Olive Drab #698B19
RGB
CMYK
RGB Variations
Color information
#698B19 (or 0x698B19) is known color: Olive Drab. HEX triplet: 69, 8B and 19. RGB value is (105,139,25). Sum of RGB (Red+Green+Blue) = 105+139+25=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #698B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698B19 is #9674E6. Grayscale: #747474. Windows color (decimal): -9860327 or 1674089. OLE color: 1674089.
HSL color Cylindrical-coordinate representation of color #698B19: hue angle of 77.89º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #698B19 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 25 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.45 |
| HSL | 77.89º | 0.7% | 0.32% | - |
| HSV(B) | 77.89º | 0.82% | 0.55% | - |
| XYZ | 15.23 | 21.54 | 4.27 | - |
| YUV | 115.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 25 | 0.24 | 0 | 0.82 | 0.45 | 77.89 | 0.7 | 0.32 |
| Hex | 69 | 8B | 19 | 18 | 0 | 52 | 2D | 4E | 46 | 20 |
| Octal | 151 | 213 | 31 | 30 | 0 | 122 | 55 | 116 | 106 | 40 |
| Binary | 1101001 | 10001011 | 11001 | 11000 | 0 | 1010010 | 101101 | 1001110 | 1000110 | 100000 |
Color Harmonies of #698B19
Complementary color
Monochromatic Colors of #698B19
Black with #698B19
Text Example
Text Example
White with #698B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B19; }
p { color: rgb(105,139,25); }
H1.HeaderClassName
{
color: #698B19;
}
.AnyTagClassName
{
color: #698B19;
}
</style>
background-color css
<style>
a { background-color: #698B19; }
a { background-color: rgb(105,139,25); }
div.DivClassName
{
background-color: #698B19;
}
.BgClassName
{
background-color: #698B19;
}
</style>
border-color css
<style>
span { border-color: #698B19; }
span { border-color: rgb(105,139,25); }
td.TdClassName
{
border-color: #698B19;
}
.TagClassName
{
border-color: #698B19;
}
</style>