Shades of Olive Drab #698B23
Tints of Olive Drab #698B23
RGB
CMYK
RGB Variations
Color information
#698B23 (or 0x698B23) is known color: Olive Drab. HEX triplet: 69, 8B and 23. RGB value is (105,139,35). Sum of RGB (Red+Green+Blue) = 105+139+35=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #698B23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B23 is #9674DC. Grayscale: #757575. Windows color (decimal): -9860317 or 2329449. OLE color: 2329449.
HSL color Cylindrical-coordinate representation of color #698B23: hue angle of 79.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698B23 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 35 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.45 |
| HSL | 79.62º | 0.6% | 0.34% | - |
| HSV(B) | 79.62º | 0.75% | 0.55% | - |
| XYZ | 15.36 | 21.59 | 4.95 | - |
| YUV | 116.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 35 | 0.24 | 0 | 0.75 | 0.45 | 79.62 | 0.6 | 0.34 |
| Hex | 69 | 8B | 23 | 18 | 0 | 4B | 2D | 50 | 3C | 22 |
| Octal | 151 | 213 | 43 | 30 | 0 | 113 | 55 | 120 | 74 | 42 |
| Binary | 1101001 | 10001011 | 100011 | 11000 | 0 | 1001011 | 101101 | 1010000 | 111100 | 100010 |
Color Harmonies of #698B23
Complementary color
Monochromatic Colors of #698B23
Black with #698B23
Text Example
Text Example
White with #698B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B23; }
p { color: rgb(105,139,35); }
H1.HeaderClassName
{
color: #698B23;
}
.AnyTagClassName
{
color: #698B23;
}
</style>
background-color css
<style>
a { background-color: #698B23; }
a { background-color: rgb(105,139,35); }
div.DivClassName
{
background-color: #698B23;
}
.BgClassName
{
background-color: #698B23;
}
</style>
border-color css
<style>
span { border-color: #698B23; }
span { border-color: rgb(105,139,35); }
td.TdClassName
{
border-color: #698B23;
}
.TagClassName
{
border-color: #698B23;
}
</style>