Shades of Olive #71890C
Tints of Olive #71890C
RGB
CMYK
RGB Variations
Color information
#71890C (or 0x71890C) is known color: Olive. HEX triplet: 71, 89 and 0C. RGB value is (113,137,12). Sum of RGB (Red+Green+Blue) = 113+137+12=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #71890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71890C is #8E76F3. Grayscale: #747474. Windows color (decimal): -9336564 or 821617. OLE color: 821617.
HSL color Cylindrical-coordinate representation of color #71890C: hue angle of 71.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71890C is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 12 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.46 |
| HSL | 71.52º | 0.84% | 0.29% | - |
| HSV(B) | 71.52º | 0.91% | 0.54% | - |
| XYZ | 15.82 | 21.43 | 3.65 | - |
| YUV | 115.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 12 | 0.18 | 0 | 0.91 | 0.46 | 71.52 | 0.84 | 0.29 |
| Hex | 71 | 89 | C | 12 | 0 | 5B | 2E | 48 | 54 | 1D |
| Octal | 161 | 211 | 14 | 22 | 0 | 133 | 56 | 110 | 124 | 35 |
| Binary | 1110001 | 10001001 | 1100 | 10010 | 0 | 1011011 | 101110 | 1001000 | 1010100 | 11101 |
Color Harmonies of #71890C
Complementary color
Monochromatic Colors of #71890C
Black with #71890C
Text Example
Text Example
White with #71890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71890C; }
p { color: rgb(113,137,12); }
H1.HeaderClassName
{
color: #71890C;
}
.AnyTagClassName
{
color: #71890C;
}
</style>
background-color css
<style>
a { background-color: #71890C; }
a { background-color: rgb(113,137,12); }
div.DivClassName
{
background-color: #71890C;
}
.BgClassName
{
background-color: #71890C;
}
</style>
border-color css
<style>
span { border-color: #71890C; }
span { border-color: rgb(113,137,12); }
td.TdClassName
{
border-color: #71890C;
}
.TagClassName
{
border-color: #71890C;
}
</style>