Shades of Olive #717A0C
Tints of Olive #717A0C
RGB
CMYK
RGB Variations
Color information
#717A0C (or 0x717A0C) is known color: Olive. HEX triplet: 71, 7A and 0C. RGB value is (113,122,12). Sum of RGB (Red+Green+Blue) = 113+122+12=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #717A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717A0C is #8E85F3. Grayscale: #6B6B6B. Windows color (decimal): -9340404 or 817777. OLE color: 817777.
HSL color Cylindrical-coordinate representation of color #717A0C: hue angle of 64.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #717A0C is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 12 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.52 |
| HSL | 64.91º | 0.82% | 0.26% | - |
| HSV(B) | 64.91º | 0.9% | 0.48% | - |
| XYZ | 13.84 | 17.46 | 2.99 | - |
| YUV | 106.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 12 | 0.07 | 0 | 0.90 | 0.52 | 64.91 | 0.82 | 0.26 |
| Hex | 71 | 7A | C | 7 | 0 | 5A | 34 | 41 | 52 | 1A |
| Octal | 161 | 172 | 14 | 7 | 0 | 132 | 64 | 101 | 122 | 32 |
| Binary | 1110001 | 1111010 | 1100 | 111 | 0 | 1011010 | 110100 | 1000001 | 1010010 | 11010 |
Color Harmonies of #717A0C
Complementary color
Monochromatic Colors of #717A0C
Black with #717A0C
Text Example
Text Example
White with #717A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A0C; }
p { color: rgb(113,122,12); }
H1.HeaderClassName
{
color: #717A0C;
}
.AnyTagClassName
{
color: #717A0C;
}
</style>
background-color css
<style>
a { background-color: #717A0C; }
a { background-color: rgb(113,122,12); }
div.DivClassName
{
background-color: #717A0C;
}
.BgClassName
{
background-color: #717A0C;
}
</style>
border-color css
<style>
span { border-color: #717A0C; }
span { border-color: rgb(113,122,12); }
td.TdClassName
{
border-color: #717A0C;
}
.TagClassName
{
border-color: #717A0C;
}
</style>