Shades of Olive #71820D
Tints of Olive #71820D
RGB
CMYK
RGB Variations
Color information
#71820D (or 0x71820D) is known color: Olive. HEX triplet: 71, 82 and 0D. RGB value is (113,130,13). Sum of RGB (Red+Green+Blue) = 113+130+13=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #71820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71820D is #8E7DF2. Grayscale: #707070. Windows color (decimal): -9338355 or 885361. OLE color: 885361.
HSL color Cylindrical-coordinate representation of color #71820D: hue angle of 68.72º 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 #71820D is Cyan = 0.13, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 13 | - |
| CMYK | 0.13 | 0 | 0.9 | 0.49 |
| HSL | 68.72º | 0.82% | 0.28% | - |
| HSV(B) | 68.72º | 0.9% | 0.51% | - |
| XYZ | 14.87 | 19.51 | 3.36 | - |
| YUV | 111.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 13 | 0.13 | 0 | 0.9 | 0.49 | 68.72 | 0.82 | 0.28 |
| Hex | 71 | 82 | D | D | 0 | 5A | 31 | 45 | 52 | 1C |
| Octal | 161 | 202 | 15 | 15 | 0 | 132 | 61 | 105 | 122 | 34 |
| Binary | 1110001 | 10000010 | 1101 | 1101 | 0 | 1011010 | 110001 | 1000101 | 1010010 | 11100 |
Color Harmonies of #71820D
Complementary color
Monochromatic Colors of #71820D
Black with #71820D
Text Example
Text Example
White with #71820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71820D; }
p { color: rgb(113,130,13); }
H1.HeaderClassName
{
color: #71820D;
}
.AnyTagClassName
{
color: #71820D;
}
</style>
background-color css
<style>
a { background-color: #71820D; }
a { background-color: rgb(113,130,13); }
div.DivClassName
{
background-color: #71820D;
}
.BgClassName
{
background-color: #71820D;
}
</style>
border-color css
<style>
span { border-color: #71820D; }
span { border-color: rgb(113,130,13); }
td.TdClassName
{
border-color: #71820D;
}
.TagClassName
{
border-color: #71820D;
}
</style>