Shades of Olive Drab #699510
Tints of Olive Drab #699510
RGB
CMYK
RGB Variations
Color information
#699510 (or 0x699510) is known color: Olive Drab. HEX triplet: 69, 95 and 10. RGB value is (105,149,16). Sum of RGB (Red+Green+Blue) = 105+149+16=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #699510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699510 is #966AEF. Grayscale: #797979. Windows color (decimal): -9857776 or 1086825. OLE color: 1086825.
HSL color Cylindrical-coordinate representation of color #699510: hue angle of 79.85º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #699510 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 16 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.42 |
| HSL | 79.85º | 0.81% | 0.32% | - |
| HSV(B) | 79.85º | 0.89% | 0.58% | - |
| XYZ | 16.67 | 24.54 | 4.35 | - |
| YUV | 120.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 16 | 0.30 | 0 | 0.89 | 0.42 | 79.85 | 0.81 | 0.32 |
| Hex | 69 | 95 | 10 | 1E | 0 | 59 | 2A | 50 | 51 | 20 |
| Octal | 151 | 225 | 20 | 36 | 0 | 131 | 52 | 120 | 121 | 40 |
| Binary | 1101001 | 10010101 | 10000 | 11110 | 0 | 1011001 | 101010 | 1010000 | 1010001 | 100000 |
Color Harmonies of #699510
Complementary color
Monochromatic Colors of #699510
Black with #699510
Text Example
Text Example
White with #699510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699510; }
p { color: rgb(105,149,16); }
H1.HeaderClassName
{
color: #699510;
}
.AnyTagClassName
{
color: #699510;
}
</style>
background-color css
<style>
a { background-color: #699510; }
a { background-color: rgb(105,149,16); }
div.DivClassName
{
background-color: #699510;
}
.BgClassName
{
background-color: #699510;
}
</style>
border-color css
<style>
span { border-color: #699510; }
span { border-color: rgb(105,149,16); }
td.TdClassName
{
border-color: #699510;
}
.TagClassName
{
border-color: #699510;
}
</style>