Shades of Olive #71830B
Tints of Olive #71830B
RGB
CMYK
RGB Variations
Color information
#71830B (or 0x71830B) is known color: Olive. HEX triplet: 71, 83 and 0B. RGB value is (113,131,11). Sum of RGB (Red+Green+Blue) = 113+131+11=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #71830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71830B is #8E7CF4. Grayscale: #707070. Windows color (decimal): -9338101 or 754545. OLE color: 754545.
HSL color Cylindrical-coordinate representation of color #71830B: hue angle of 69º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71830B is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 11 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.49 |
| HSL | 69º | 0.85% | 0.28% | - |
| HSV(B) | 69º | 0.92% | 0.51% | - |
| XYZ | 14.99 | 19.77 | 3.34 | - |
| YUV | 111.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 11 | 0.14 | 0 | 0.92 | 0.49 | 69 | 0.85 | 0.28 |
| Hex | 71 | 83 | B | E | 0 | 5C | 31 | 45 | 55 | 1C |
| Octal | 161 | 203 | 13 | 16 | 0 | 134 | 61 | 105 | 125 | 34 |
| Binary | 1110001 | 10000011 | 1011 | 1110 | 0 | 1011100 | 110001 | 1000101 | 1010101 | 11100 |
Color Harmonies of #71830B
Complementary color
Monochromatic Colors of #71830B
Black with #71830B
Text Example
Text Example
White with #71830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71830B; }
p { color: rgb(113,131,11); }
H1.HeaderClassName
{
color: #71830B;
}
.AnyTagClassName
{
color: #71830B;
}
</style>
background-color css
<style>
a { background-color: #71830B; }
a { background-color: rgb(113,131,11); }
div.DivClassName
{
background-color: #71830B;
}
.BgClassName
{
background-color: #71830B;
}
</style>
border-color css
<style>
span { border-color: #71830B; }
span { border-color: rgb(113,131,11); }
td.TdClassName
{
border-color: #71830B;
}
.TagClassName
{
border-color: #71830B;
}
</style>