Shades of Olive Drab #699128
Tints of Olive Drab #699128
RGB
CMYK
RGB Variations
Color information
#699128 (or 0x699128) is known color: Olive Drab. HEX triplet: 69, 91 and 28. RGB value is (105,145,40). Sum of RGB (Red+Green+Blue) = 105+145+40=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #699128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699128 is #966ED7. Grayscale: #797979. Windows color (decimal): -9858776 or 2658665. OLE color: 2658665.
HSL color Cylindrical-coordinate representation of color #699128: hue angle of 82.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #699128 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 40 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.43 |
| HSL | 82.86º | 0.57% | 0.36% | - |
| HSV(B) | 82.86º | 0.72% | 0.57% | - |
| XYZ | 16.33 | 23.41 | 5.66 | - |
| YUV | 121.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 40 | 0.28 | 0 | 0.72 | 0.43 | 82.86 | 0.57 | 0.36 |
| Hex | 69 | 91 | 28 | 1C | 0 | 48 | 2B | 53 | 39 | 24 |
| Octal | 151 | 221 | 50 | 34 | 0 | 110 | 53 | 123 | 71 | 44 |
| Binary | 1101001 | 10010001 | 101000 | 11100 | 0 | 1001000 | 101011 | 1010011 | 111001 | 100100 |
Color Harmonies of #699128
Complementary color
Monochromatic Colors of #699128
Black with #699128
Text Example
Text Example
White with #699128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699128; }
p { color: rgb(105,145,40); }
H1.HeaderClassName
{
color: #699128;
}
.AnyTagClassName
{
color: #699128;
}
</style>
background-color css
<style>
a { background-color: #699128; }
a { background-color: rgb(105,145,40); }
div.DivClassName
{
background-color: #699128;
}
.BgClassName
{
background-color: #699128;
}
</style>
border-color css
<style>
span { border-color: #699128; }
span { border-color: rgb(105,145,40); }
td.TdClassName
{
border-color: #699128;
}
.TagClassName
{
border-color: #699128;
}
</style>