Shades of Olive Drab #698531
Tints of Olive Drab #698531
RGB
CMYK
RGB Variations
Color information
#698531 (or 0x698531) is known color: Olive Drab. HEX triplet: 69, 85 and 31. RGB value is (105,133,49). Sum of RGB (Red+Green+Blue) = 105+133+49=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #698531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698531 is #967ACE. Grayscale: #737373. Windows color (decimal): -9861839 or 3245417. OLE color: 3245417.
HSL color Cylindrical-coordinate representation of color #698531: hue angle of 80º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #698531 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 49 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.48 |
| HSL | 80º | 0.46% | 0.36% | - |
| HSV(B) | 80º | 0.63% | 0.52% | - |
| XYZ | 14.77 | 20 | 5.99 | - |
| YUV | 115.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 49 | 0.21 | 0 | 0.63 | 0.48 | 80 | 0.46 | 0.36 |
| Hex | 69 | 85 | 31 | 15 | 0 | 3F | 30 | 50 | 2E | 24 |
| Octal | 151 | 205 | 61 | 25 | 0 | 77 | 60 | 120 | 56 | 44 |
| Binary | 1101001 | 10000101 | 110001 | 10101 | 0 | 111111 | 110000 | 1010000 | 101110 | 100100 |
Color Harmonies of #698531
Complementary color
Monochromatic Colors of #698531
Black with #698531
Text Example
Text Example
White with #698531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698531; }
p { color: rgb(105,133,49); }
H1.HeaderClassName
{
color: #698531;
}
.AnyTagClassName
{
color: #698531;
}
</style>
background-color css
<style>
a { background-color: #698531; }
a { background-color: rgb(105,133,49); }
div.DivClassName
{
background-color: #698531;
}
.BgClassName
{
background-color: #698531;
}
</style>
border-color css
<style>
span { border-color: #698531; }
span { border-color: rgb(105,133,49); }
td.TdClassName
{
border-color: #698531;
}
.TagClassName
{
border-color: #698531;
}
</style>