Shades of Olive Drab #698C23
Tints of Olive Drab #698C23
RGB
CMYK
RGB Variations
Color information
#698C23 (or 0x698C23) is known color: Olive Drab. HEX triplet: 69, 8C and 23. RGB value is (105,140,35). Sum of RGB (Red+Green+Blue) = 105+140+35=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #698C23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C23 is #9673DC. Grayscale: #757575. Windows color (decimal): -9860061 or 2329705. OLE color: 2329705.
HSL color Cylindrical-coordinate representation of color #698C23: hue angle of 80º 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 #698C23 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 35 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.45 |
| HSL | 80º | 0.6% | 0.34% | - |
| HSV(B) | 80º | 0.75% | 0.55% | - |
| XYZ | 15.51 | 21.88 | 5 | - |
| YUV | 117.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 35 | 0.25 | 0 | 0.75 | 0.45 | 80 | 0.6 | 0.34 |
| Hex | 69 | 8C | 23 | 19 | 0 | 4B | 2D | 50 | 3C | 22 |
| Octal | 151 | 214 | 43 | 31 | 0 | 113 | 55 | 120 | 74 | 42 |
| Binary | 1101001 | 10001100 | 100011 | 11001 | 0 | 1001011 | 101101 | 1010000 | 111100 | 100010 |
Color Harmonies of #698C23
Complementary color
Monochromatic Colors of #698C23
Black with #698C23
Text Example
Text Example
White with #698C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C23; }
p { color: rgb(105,140,35); }
H1.HeaderClassName
{
color: #698C23;
}
.AnyTagClassName
{
color: #698C23;
}
</style>
background-color css
<style>
a { background-color: #698C23; }
a { background-color: rgb(105,140,35); }
div.DivClassName
{
background-color: #698C23;
}
.BgClassName
{
background-color: #698C23;
}
</style>
border-color css
<style>
span { border-color: #698C23; }
span { border-color: rgb(105,140,35); }
td.TdClassName
{
border-color: #698C23;
}
.TagClassName
{
border-color: #698C23;
}
</style>