Shades of Olive Drab #698424
Tints of Olive Drab #698424
RGB
CMYK
RGB Variations
Color information
#698424 (or 0x698424) is known color: Olive Drab. HEX triplet: 69, 84 and 24. RGB value is (105,132,36). Sum of RGB (Red+Green+Blue) = 105+132+36=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #698424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698424 is #967BDB. Grayscale: #717171. Windows color (decimal): -9862108 or 2393193. OLE color: 2393193.
HSL color Cylindrical-coordinate representation of color #698424: hue angle of 76.88º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698424 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 36 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.48 |
| HSL | 76.88º | 0.57% | 0.33% | - |
| HSV(B) | 76.88º | 0.73% | 0.52% | - |
| XYZ | 14.4 | 19.63 | 4.7 | - |
| YUV | 112.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 36 | 0.20 | 0 | 0.73 | 0.48 | 76.88 | 0.57 | 0.33 |
| Hex | 69 | 84 | 24 | 14 | 0 | 49 | 30 | 4D | 39 | 21 |
| Octal | 151 | 204 | 44 | 24 | 0 | 111 | 60 | 115 | 71 | 41 |
| Binary | 1101001 | 10000100 | 100100 | 10100 | 0 | 1001001 | 110000 | 1001101 | 111001 | 100001 |
Color Harmonies of #698424
Complementary color
Monochromatic Colors of #698424
Black with #698424
Text Example
Text Example
White with #698424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698424; }
p { color: rgb(105,132,36); }
H1.HeaderClassName
{
color: #698424;
}
.AnyTagClassName
{
color: #698424;
}
</style>
background-color css
<style>
a { background-color: #698424; }
a { background-color: rgb(105,132,36); }
div.DivClassName
{
background-color: #698424;
}
.BgClassName
{
background-color: #698424;
}
</style>
border-color css
<style>
span { border-color: #698424; }
span { border-color: rgb(105,132,36); }
td.TdClassName
{
border-color: #698424;
}
.TagClassName
{
border-color: #698424;
}
</style>