Shades of Olive Drab #698E26
Tints of Olive Drab #698E26
RGB
CMYK
RGB Variations
Color information
#698E26 (or 0x698E26) is known color: Olive Drab. HEX triplet: 69, 8E and 26. RGB value is (105,142,38). Sum of RGB (Red+Green+Blue) = 105+142+38=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #698E26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E26 is #9671D9. Grayscale: #777777. Windows color (decimal): -9859546 or 2526825. OLE color: 2526825.
HSL color Cylindrical-coordinate representation of color #698E26: hue angle of 81.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698E26 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 38 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.44 |
| HSL | 81.35º | 0.58% | 0.35% | - |
| HSV(B) | 81.35º | 0.73% | 0.56% | - |
| XYZ | 15.85 | 22.49 | 5.34 | - |
| YUV | 119.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 38 | 0.26 | 0 | 0.73 | 0.44 | 81.35 | 0.58 | 0.35 |
| Hex | 69 | 8E | 26 | 1A | 0 | 49 | 2C | 51 | 3A | 23 |
| Octal | 151 | 216 | 46 | 32 | 0 | 111 | 54 | 121 | 72 | 43 |
| Binary | 1101001 | 10001110 | 100110 | 11010 | 0 | 1001001 | 101100 | 1010001 | 111010 | 100011 |
Color Harmonies of #698E26
Complementary color
Monochromatic Colors of #698E26
Black with #698E26
Text Example
Text Example
White with #698E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E26; }
p { color: rgb(105,142,38); }
H1.HeaderClassName
{
color: #698E26;
}
.AnyTagClassName
{
color: #698E26;
}
</style>
background-color css
<style>
a { background-color: #698E26; }
a { background-color: rgb(105,142,38); }
div.DivClassName
{
background-color: #698E26;
}
.BgClassName
{
background-color: #698E26;
}
</style>
border-color css
<style>
span { border-color: #698E26; }
span { border-color: rgb(105,142,38); }
td.TdClassName
{
border-color: #698E26;
}
.TagClassName
{
border-color: #698E26;
}
</style>