Shades of Olive Drab #699529
Tints of Olive Drab #699529
RGB
CMYK
RGB Variations
Color information
#699529 (or 0x699529) is known color: Olive Drab. HEX triplet: 69, 95 and 29. RGB value is (105,149,41). Sum of RGB (Red+Green+Blue) = 105+149+41=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #699529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699529 is #966AD6. Grayscale: #7B7B7B. Windows color (decimal): -9857751 or 2725225. OLE color: 2725225.
HSL color Cylindrical-coordinate representation of color #699529: hue angle of 84.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #699529 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 41 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.42 |
| HSL | 84.44º | 0.57% | 0.37% | - |
| HSV(B) | 84.44º | 0.72% | 0.58% | - |
| XYZ | 16.97 | 24.66 | 5.96 | - |
| YUV | 123.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 41 | 0.30 | 0 | 0.72 | 0.42 | 84.44 | 0.57 | 0.37 |
| Hex | 69 | 95 | 29 | 1E | 0 | 48 | 2A | 54 | 39 | 25 |
| Octal | 151 | 225 | 51 | 36 | 0 | 110 | 52 | 124 | 71 | 45 |
| Binary | 1101001 | 10010101 | 101001 | 11110 | 0 | 1001000 | 101010 | 1010100 | 111001 | 100101 |
Color Harmonies of #699529
Complementary color
Monochromatic Colors of #699529
Black with #699529
Text Example
Text Example
White with #699529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699529; }
p { color: rgb(105,149,41); }
H1.HeaderClassName
{
color: #699529;
}
.AnyTagClassName
{
color: #699529;
}
</style>
background-color css
<style>
a { background-color: #699529; }
a { background-color: rgb(105,149,41); }
div.DivClassName
{
background-color: #699529;
}
.BgClassName
{
background-color: #699529;
}
</style>
border-color css
<style>
span { border-color: #699529; }
span { border-color: rgb(105,149,41); }
td.TdClassName
{
border-color: #699529;
}
.TagClassName
{
border-color: #699529;
}
</style>