Shades of Olive Drab #698336
Tints of Olive Drab #698336
RGB
CMYK
RGB Variations
Color information
#698336 (or 0x698336) is known color: Olive Drab. HEX triplet: 69, 83 and 36. RGB value is (105,131,54). Sum of RGB (Red+Green+Blue) = 105+131+54=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #698336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698336 is #967CC9. Grayscale: #727272. Windows color (decimal): -9862346 or 3572585. OLE color: 3572585.
HSL color Cylindrical-coordinate representation of color #698336: hue angle of 80.26º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698336 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 54 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.49 |
| HSL | 80.26º | 0.42% | 0.36% | - |
| HSV(B) | 80.26º | 0.59% | 0.51% | - |
| XYZ | 14.61 | 19.5 | 6.48 | - |
| YUV | 114.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 54 | 0.20 | 0 | 0.59 | 0.49 | 80.26 | 0.42 | 0.36 |
| Hex | 69 | 83 | 36 | 14 | 0 | 3B | 31 | 50 | 2A | 24 |
| Octal | 151 | 203 | 66 | 24 | 0 | 73 | 61 | 120 | 52 | 44 |
| Binary | 1101001 | 10000011 | 110110 | 10100 | 0 | 111011 | 110001 | 1010000 | 101010 | 100100 |
Color Harmonies of #698336
Complementary color
Monochromatic Colors of #698336
Black with #698336
Text Example
Text Example
White with #698336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698336; }
p { color: rgb(105,131,54); }
H1.HeaderClassName
{
color: #698336;
}
.AnyTagClassName
{
color: #698336;
}
</style>
background-color css
<style>
a { background-color: #698336; }
a { background-color: rgb(105,131,54); }
div.DivClassName
{
background-color: #698336;
}
.BgClassName
{
background-color: #698336;
}
</style>
border-color css
<style>
span { border-color: #698336; }
span { border-color: rgb(105,131,54); }
td.TdClassName
{
border-color: #698336;
}
.TagClassName
{
border-color: #698336;
}
</style>