Shades of Olive Drab #698829
Tints of Olive Drab #698829
RGB
CMYK
RGB Variations
Color information
#698829 (or 0x698829) is known color: Olive Drab. HEX triplet: 69, 88 and 29. RGB value is (105,136,41). Sum of RGB (Red+Green+Blue) = 105+136+41=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #698829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698829 is #9677D6. Grayscale: #747474. Windows color (decimal): -9861079 or 2721897. OLE color: 2721897.
HSL color Cylindrical-coordinate representation of color #698829: hue angle of 79.58º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #698829 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 41 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.47 |
| HSL | 79.58º | 0.54% | 0.35% | - |
| HSV(B) | 79.58º | 0.7% | 0.53% | - |
| XYZ | 15.03 | 20.77 | 5.31 | - |
| YUV | 115.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 41 | 0.23 | 0 | 0.70 | 0.47 | 79.58 | 0.54 | 0.35 |
| Hex | 69 | 88 | 29 | 17 | 0 | 46 | 2F | 50 | 36 | 23 |
| Octal | 151 | 210 | 51 | 27 | 0 | 106 | 57 | 120 | 66 | 43 |
| Binary | 1101001 | 10001000 | 101001 | 10111 | 0 | 1000110 | 101111 | 1010000 | 110110 | 100011 |
Color Harmonies of #698829
Complementary color
Monochromatic Colors of #698829
Black with #698829
Text Example
Text Example
White with #698829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698829; }
p { color: rgb(105,136,41); }
H1.HeaderClassName
{
color: #698829;
}
.AnyTagClassName
{
color: #698829;
}
</style>
background-color css
<style>
a { background-color: #698829; }
a { background-color: rgb(105,136,41); }
div.DivClassName
{
background-color: #698829;
}
.BgClassName
{
background-color: #698829;
}
</style>
border-color css
<style>
span { border-color: #698829; }
span { border-color: rgb(105,136,41); }
td.TdClassName
{
border-color: #698829;
}
.TagClassName
{
border-color: #698829;
}
</style>