Shades of Olive Drab #71900B
Tints of Olive Drab #71900B
RGB
CMYK
RGB Variations
Color information
#71900B (or 0x71900B) is known color: Olive Drab. HEX triplet: 71, 90 and 0B. RGB value is (113,144,11). Sum of RGB (Red+Green+Blue) = 113+144+11=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #71900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71900B is #8E6FF4. Grayscale: #787878. Windows color (decimal): -9334773 or 757873. OLE color: 757873.
HSL color Cylindrical-coordinate representation of color #71900B: hue angle of 73.98º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71900B is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 11 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.44 |
| HSL | 73.98º | 0.86% | 0.3% | - |
| HSV(B) | 73.98º | 0.92% | 0.56% | - |
| XYZ | 16.84 | 23.48 | 3.96 | - |
| YUV | 119.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 11 | 0.22 | 0 | 0.92 | 0.44 | 73.98 | 0.86 | 0.3 |
| Hex | 71 | 90 | B | 16 | 0 | 5C | 2C | 4A | 56 | 1E |
| Octal | 161 | 220 | 13 | 26 | 0 | 134 | 54 | 112 | 126 | 36 |
| Binary | 1110001 | 10010000 | 1011 | 10110 | 0 | 1011100 | 101100 | 1001010 | 1010110 | 11110 |
Color Harmonies of #71900B
Complementary color
Monochromatic Colors of #71900B
Black with #71900B
Text Example
Text Example
White with #71900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71900B; }
p { color: rgb(113,144,11); }
H1.HeaderClassName
{
color: #71900B;
}
.AnyTagClassName
{
color: #71900B;
}
</style>
background-color css
<style>
a { background-color: #71900B; }
a { background-color: rgb(113,144,11); }
div.DivClassName
{
background-color: #71900B;
}
.BgClassName
{
background-color: #71900B;
}
</style>
border-color css
<style>
span { border-color: #71900B; }
span { border-color: rgb(113,144,11); }
td.TdClassName
{
border-color: #71900B;
}
.TagClassName
{
border-color: #71900B;
}
</style>