Shades of Olive Drab #699616
Tints of Olive Drab #699616
RGB
CMYK
RGB Variations
Color information
#699616 (or 0x699616) is known color: Olive Drab. HEX triplet: 69, 96 and 16. RGB value is (105,150,22). Sum of RGB (Red+Green+Blue) = 105+150+22=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #699616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699616 is #9669E9. Grayscale: #7A7A7A. Windows color (decimal): -9857514 or 1480297. OLE color: 1480297.
HSL color Cylindrical-coordinate representation of color #699616: hue angle of 81.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699616 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 22 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.41 |
| HSL | 81.09º | 0.74% | 0.34% | - |
| HSV(B) | 81.09º | 0.85% | 0.59% | - |
| XYZ | 16.88 | 24.87 | 4.67 | - |
| YUV | 121.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 22 | 0.30 | 0 | 0.85 | 0.41 | 81.09 | 0.74 | 0.34 |
| Hex | 69 | 96 | 16 | 1E | 0 | 55 | 29 | 51 | 4A | 22 |
| Octal | 151 | 226 | 26 | 36 | 0 | 125 | 51 | 121 | 112 | 42 |
| Binary | 1101001 | 10010110 | 10110 | 11110 | 0 | 1010101 | 101001 | 1010001 | 1001010 | 100010 |
Color Harmonies of #699616
Complementary color
Monochromatic Colors of #699616
Black with #699616
Text Example
Text Example
White with #699616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699616; }
p { color: rgb(105,150,22); }
H1.HeaderClassName
{
color: #699616;
}
.AnyTagClassName
{
color: #699616;
}
</style>
background-color css
<style>
a { background-color: #699616; }
a { background-color: rgb(105,150,22); }
div.DivClassName
{
background-color: #699616;
}
.BgClassName
{
background-color: #699616;
}
</style>
border-color css
<style>
span { border-color: #699616; }
span { border-color: rgb(105,150,22); }
td.TdClassName
{
border-color: #699616;
}
.TagClassName
{
border-color: #699616;
}
</style>