Shades of Olive Drab #699424
Tints of Olive Drab #699424
RGB
CMYK
RGB Variations
Color information
#699424 (or 0x699424) is known color: Olive Drab. HEX triplet: 69, 94 and 24. RGB value is (105,148,36). Sum of RGB (Red+Green+Blue) = 105+148+36=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #699424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699424 is #966BDB. Grayscale: #7A7A7A. Windows color (decimal): -9858012 or 2397289. OLE color: 2397289.
HSL color Cylindrical-coordinate representation of color #699424: hue angle of 83.04º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #699424 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 36 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.42 |
| HSL | 83.04º | 0.61% | 0.36% | - |
| HSV(B) | 83.04º | 0.76% | 0.58% | - |
| XYZ | 16.73 | 24.31 | 5.48 | - |
| YUV | 122.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 36 | 0.29 | 0 | 0.76 | 0.42 | 83.04 | 0.61 | 0.36 |
| Hex | 69 | 94 | 24 | 1D | 0 | 4C | 2A | 53 | 3D | 24 |
| Octal | 151 | 224 | 44 | 35 | 0 | 114 | 52 | 123 | 75 | 44 |
| Binary | 1101001 | 10010100 | 100100 | 11101 | 0 | 1001100 | 101010 | 1010011 | 111101 | 100100 |
Color Harmonies of #699424
Complementary color
Monochromatic Colors of #699424
Black with #699424
Text Example
Text Example
White with #699424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699424; }
p { color: rgb(105,148,36); }
H1.HeaderClassName
{
color: #699424;
}
.AnyTagClassName
{
color: #699424;
}
</style>
background-color css
<style>
a { background-color: #699424; }
a { background-color: rgb(105,148,36); }
div.DivClassName
{
background-color: #699424;
}
.BgClassName
{
background-color: #699424;
}
</style>
border-color css
<style>
span { border-color: #699424; }
span { border-color: rgb(105,148,36); }
td.TdClassName
{
border-color: #699424;
}
.TagClassName
{
border-color: #699424;
}
</style>