Shades of Olive Drab #73971B
Tints of Olive Drab #73971B
RGB
CMYK
RGB Variations
Color information
#73971B (or 0x73971B) is known color: Olive Drab. HEX triplet: 73, 97 and 1B. RGB value is (115,151,27). Sum of RGB (Red+Green+Blue) = 115+151+27=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #73971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73971B is #8C68E4. Grayscale: #7E7E7E. Windows color (decimal): -9201893 or 1808243. OLE color: 1808243.
HSL color Cylindrical-coordinate representation of color #73971B: hue angle of 77.42º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73971B is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 151 | 27 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.41 |
| HSL | 77.42º | 0.7% | 0.35% | - |
| HSV(B) | 77.42º | 0.82% | 0.59% | - |
| XYZ | 18.33 | 25.86 | 5.06 | - |
| YUV | 126.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 27 | 0.24 | 0 | 0.82 | 0.41 | 77.42 | 0.7 | 0.35 |
| Hex | 73 | 97 | 1B | 18 | 0 | 52 | 29 | 4D | 46 | 23 |
| Octal | 163 | 227 | 33 | 30 | 0 | 122 | 51 | 115 | 106 | 43 |
| Binary | 1110011 | 10010111 | 11011 | 11000 | 0 | 1010010 | 101001 | 1001101 | 1000110 | 100011 |
Color Harmonies of #73971B
Complementary color
Monochromatic Colors of #73971B
Black with #73971B
Text Example
Text Example
White with #73971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73971B; }
p { color: rgb(115,151,27); }
H1.HeaderClassName
{
color: #73971B;
}
.AnyTagClassName
{
color: #73971B;
}
</style>
background-color css
<style>
a { background-color: #73971B; }
a { background-color: rgb(115,151,27); }
div.DivClassName
{
background-color: #73971B;
}
.BgClassName
{
background-color: #73971B;
}
</style>
border-color css
<style>
span { border-color: #73971B; }
span { border-color: rgb(115,151,27); }
td.TdClassName
{
border-color: #73971B;
}
.TagClassName
{
border-color: #73971B;
}
</style>