Shades of Olive Drab #699113
Tints of Olive Drab #699113
RGB
CMYK
RGB Variations
Color information
#699113 (or 0x699113) is known color: Olive Drab. HEX triplet: 69, 91 and 13. RGB value is (105,145,19). Sum of RGB (Red+Green+Blue) = 105+145+19=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #699113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699113 is #966EEC. Grayscale: #777777. Windows color (decimal): -9858797 or 1282409. OLE color: 1282409.
HSL color Cylindrical-coordinate representation of color #699113: hue angle of 79.05º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #699113 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 19 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.43 |
| HSL | 79.05º | 0.77% | 0.32% | - |
| HSV(B) | 79.05º | 0.87% | 0.57% | - |
| XYZ | 16.07 | 23.3 | 4.27 | - |
| YUV | 118.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 19 | 0.28 | 0 | 0.87 | 0.43 | 79.05 | 0.77 | 0.32 |
| Hex | 69 | 91 | 13 | 1C | 0 | 57 | 2B | 4F | 4D | 20 |
| Octal | 151 | 221 | 23 | 34 | 0 | 127 | 53 | 117 | 115 | 40 |
| Binary | 1101001 | 10010001 | 10011 | 11100 | 0 | 1010111 | 101011 | 1001111 | 1001101 | 100000 |
Color Harmonies of #699113
Complementary color
Monochromatic Colors of #699113
Black with #699113
Text Example
Text Example
White with #699113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699113; }
p { color: rgb(105,145,19); }
H1.HeaderClassName
{
color: #699113;
}
.AnyTagClassName
{
color: #699113;
}
</style>
background-color css
<style>
a { background-color: #699113; }
a { background-color: rgb(105,145,19); }
div.DivClassName
{
background-color: #699113;
}
.BgClassName
{
background-color: #699113;
}
</style>
border-color css
<style>
span { border-color: #699113; }
span { border-color: rgb(105,145,19); }
td.TdClassName
{
border-color: #699113;
}
.TagClassName
{
border-color: #699113;
}
</style>