Shades of Olive #71830D
Tints of Olive #71830D
RGB
CMYK
RGB Variations
Color information
#71830D (or 0x71830D) is known color: Olive. HEX triplet: 71, 83 and 0D. RGB value is (113,131,13). Sum of RGB (Red+Green+Blue) = 113+131+13=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #71830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71830D is #8E7CF2. Grayscale: #707070. Windows color (decimal): -9338099 or 885617. OLE color: 885617.
HSL color Cylindrical-coordinate representation of color #71830D: hue angle of 69.15º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71830D is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 13 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.49 |
| HSL | 69.15º | 0.82% | 0.28% | - |
| HSV(B) | 69.15º | 0.9% | 0.51% | - |
| XYZ | 15 | 19.77 | 3.41 | - |
| YUV | 112.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 13 | 0.14 | 0 | 0.90 | 0.49 | 69.15 | 0.82 | 0.28 |
| Hex | 71 | 83 | D | E | 0 | 5A | 31 | 45 | 52 | 1C |
| Octal | 161 | 203 | 15 | 16 | 0 | 132 | 61 | 105 | 122 | 34 |
| Binary | 1110001 | 10000011 | 1101 | 1110 | 0 | 1011010 | 110001 | 1000101 | 1010010 | 11100 |
Color Harmonies of #71830D
Complementary color
Monochromatic Colors of #71830D
Black with #71830D
Text Example
Text Example
White with #71830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71830D; }
p { color: rgb(113,131,13); }
H1.HeaderClassName
{
color: #71830D;
}
.AnyTagClassName
{
color: #71830D;
}
</style>
background-color css
<style>
a { background-color: #71830D; }
a { background-color: rgb(113,131,13); }
div.DivClassName
{
background-color: #71830D;
}
.BgClassName
{
background-color: #71830D;
}
</style>
border-color css
<style>
span { border-color: #71830D; }
span { border-color: rgb(113,131,13); }
td.TdClassName
{
border-color: #71830D;
}
.TagClassName
{
border-color: #71830D;
}
</style>