Shades of Olive Drab #73910B
Tints of Olive Drab #73910B
RGB
CMYK
RGB Variations
Color information
#73910B (or 0x73910B) is known color: Olive Drab. HEX triplet: 73, 91 and 0B. RGB value is (115,145,11). Sum of RGB (Red+Green+Blue) = 115+145+11=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #73910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73910B is #8C6EF4. Grayscale: #797979. Windows color (decimal): -9203445 or 758131. OLE color: 758131.
HSL color Cylindrical-coordinate representation of color #73910B: hue angle of 73.43º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73910B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 11 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.43 |
| HSL | 73.43º | 0.86% | 0.31% | - |
| HSV(B) | 73.43º | 0.92% | 0.57% | - |
| XYZ | 17.26 | 23.92 | 4.02 | - |
| YUV | 120.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 11 | 0.21 | 0 | 0.92 | 0.43 | 73.43 | 0.86 | 0.31 |
| Hex | 73 | 91 | B | 15 | 0 | 5C | 2B | 49 | 56 | 1F |
| Octal | 163 | 221 | 13 | 25 | 0 | 134 | 53 | 111 | 126 | 37 |
| Binary | 1110011 | 10010001 | 1011 | 10101 | 0 | 1011100 | 101011 | 1001001 | 1010110 | 11111 |
Color Harmonies of #73910B
Complementary color
Monochromatic Colors of #73910B
Black with #73910B
Text Example
Text Example
White with #73910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73910B; }
p { color: rgb(115,145,11); }
H1.HeaderClassName
{
color: #73910B;
}
.AnyTagClassName
{
color: #73910B;
}
</style>
background-color css
<style>
a { background-color: #73910B; }
a { background-color: rgb(115,145,11); }
div.DivClassName
{
background-color: #73910B;
}
.BgClassName
{
background-color: #73910B;
}
</style>
border-color css
<style>
span { border-color: #73910B; }
span { border-color: rgb(115,145,11); }
td.TdClassName
{
border-color: #73910B;
}
.TagClassName
{
border-color: #73910B;
}
</style>