Shades of Olive #71780C
Tints of Olive #71780C
RGB
CMYK
RGB Variations
Color information
#71780C (or 0x71780C) is known color: Olive. HEX triplet: 71, 78 and 0C. RGB value is (113,120,12). Sum of RGB (Red+Green+Blue) = 113+120+12=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #71780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71780C is #8E87F3. Grayscale: #6A6A6A. Windows color (decimal): -9340916 or 817265. OLE color: 817265.
HSL color Cylindrical-coordinate representation of color #71780C: hue angle of 63.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71780C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 12 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.53 |
| HSL | 63.89º | 0.82% | 0.26% | - |
| HSV(B) | 63.89º | 0.9% | 0.47% | - |
| XYZ | 13.59 | 16.97 | 2.91 | - |
| YUV | 105.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 12 | 0.06 | 0 | 0.90 | 0.53 | 63.89 | 0.82 | 0.26 |
| Hex | 71 | 78 | C | 6 | 0 | 5A | 35 | 40 | 52 | 1A |
| Octal | 161 | 170 | 14 | 6 | 0 | 132 | 65 | 100 | 122 | 32 |
| Binary | 1110001 | 1111000 | 1100 | 110 | 0 | 1011010 | 110101 | 1000000 | 1010010 | 11010 |
Color Harmonies of #71780C
Complementary color
Monochromatic Colors of #71780C
Black with #71780C
Text Example
Text Example
White with #71780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71780C; }
p { color: rgb(113,120,12); }
H1.HeaderClassName
{
color: #71780C;
}
.AnyTagClassName
{
color: #71780C;
}
</style>
background-color css
<style>
a { background-color: #71780C; }
a { background-color: rgb(113,120,12); }
div.DivClassName
{
background-color: #71780C;
}
.BgClassName
{
background-color: #71780C;
}
</style>
border-color css
<style>
span { border-color: #71780C; }
span { border-color: rgb(113,120,12); }
td.TdClassName
{
border-color: #71780C;
}
.TagClassName
{
border-color: #71780C;
}
</style>