Shades of Olive #71780D
Tints of Olive #71780D
RGB
CMYK
RGB Variations
Color information
#71780D (or 0x71780D) is known color: Olive. HEX triplet: 71, 78 and 0D. RGB value is (113,120,13). Sum of RGB (Red+Green+Blue) = 113+120+13=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #71780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71780D is #8E87F2. Grayscale: #6A6A6A. Windows color (decimal): -9340915 or 882801. OLE color: 882801.
HSL color Cylindrical-coordinate representation of color #71780D: hue angle of 63.93º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71780D is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 13 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.53 |
| HSL | 63.93º | 0.8% | 0.26% | - |
| HSV(B) | 63.93º | 0.89% | 0.47% | - |
| XYZ | 13.6 | 16.97 | 2.94 | - |
| YUV | 105.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 13 | 0.06 | 0 | 0.89 | 0.53 | 63.93 | 0.8 | 0.26 |
| Hex | 71 | 78 | D | 6 | 0 | 59 | 35 | 40 | 50 | 1A |
| Octal | 161 | 170 | 15 | 6 | 0 | 131 | 65 | 100 | 120 | 32 |
| Binary | 1110001 | 1111000 | 1101 | 110 | 0 | 1011001 | 110101 | 1000000 | 1010000 | 11010 |
Color Harmonies of #71780D
Complementary color
Monochromatic Colors of #71780D
Black with #71780D
Text Example
Text Example
White with #71780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71780D; }
p { color: rgb(113,120,13); }
H1.HeaderClassName
{
color: #71780D;
}
.AnyTagClassName
{
color: #71780D;
}
</style>
background-color css
<style>
a { background-color: #71780D; }
a { background-color: rgb(113,120,13); }
div.DivClassName
{
background-color: #71780D;
}
.BgClassName
{
background-color: #71780D;
}
</style>
border-color css
<style>
span { border-color: #71780D; }
span { border-color: rgb(113,120,13); }
td.TdClassName
{
border-color: #71780D;
}
.TagClassName
{
border-color: #71780D;
}
</style>