Shades of Olive #717F0C
Tints of Olive #717F0C
RGB
CMYK
RGB Variations
Color information
#717F0C (or 0x717F0C) is known color: Olive. HEX triplet: 71, 7F and 0C. RGB value is (113,127,12). Sum of RGB (Red+Green+Blue) = 113+127+12=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #717F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717F0C is #8E80F3. Grayscale: #6E6E6E. Windows color (decimal): -9339124 or 819057. OLE color: 819057.
HSL color Cylindrical-coordinate representation of color #717F0C: hue angle of 67.3º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #717F0C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 12 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.50 |
| HSL | 67.3º | 0.83% | 0.27% | - |
| HSV(B) | 67.3º | 0.91% | 0.5% | - |
| XYZ | 14.47 | 18.72 | 3.2 | - |
| YUV | 109.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 12 | 0.11 | 0 | 0.91 | 0.50 | 67.3 | 0.83 | 0.27 |
| Hex | 71 | 7F | C | B | 0 | 5B | 32 | 43 | 53 | 1B |
| Octal | 161 | 177 | 14 | 13 | 0 | 133 | 62 | 103 | 123 | 33 |
| Binary | 1110001 | 1111111 | 1100 | 1011 | 0 | 1011011 | 110010 | 1000011 | 1010011 | 11011 |
Color Harmonies of #717F0C
Complementary color
Monochromatic Colors of #717F0C
Black with #717F0C
Text Example
Text Example
White with #717F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F0C; }
p { color: rgb(113,127,12); }
H1.HeaderClassName
{
color: #717F0C;
}
.AnyTagClassName
{
color: #717F0C;
}
</style>
background-color css
<style>
a { background-color: #717F0C; }
a { background-color: rgb(113,127,12); }
div.DivClassName
{
background-color: #717F0C;
}
.BgClassName
{
background-color: #717F0C;
}
</style>
border-color css
<style>
span { border-color: #717F0C; }
span { border-color: rgb(113,127,12); }
td.TdClassName
{
border-color: #717F0C;
}
.TagClassName
{
border-color: #717F0C;
}
</style>