Shades of Olive #7F7108
Tints of Olive #7F7108
RGB
CMYK
RGB Variations
Color information
#7F7108 (or 0x7F7108) is known color: Olive. HEX triplet: 7F, 71 and 08. RGB value is (127,113,8). Sum of RGB (Red+Green+Blue) = 127+113+8=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7108 is #808EF7. Grayscale: #696969. Windows color (decimal): -8425208 or 553343. OLE color: 553343.
HSL color Cylindrical-coordinate representation of color #7F7108: hue angle of 52.94º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F7108 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 8 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.50 |
| HSL | 52.94º | 0.88% | 0.26% | - |
| HSV(B) | 52.94º | 0.94% | 0.5% | - |
| XYZ | 14.7 | 16.34 | 2.61 | - |
| YUV | 105.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 8 | 0 | 0.11 | 0.94 | 0.50 | 52.94 | 0.88 | 0.26 |
| Hex | 7F | 71 | 8 | 0 | B | 5E | 32 | 35 | 58 | 1A |
| Octal | 177 | 161 | 10 | 0 | 13 | 136 | 62 | 65 | 130 | 32 |
| Binary | 1111111 | 1110001 | 1000 | 0 | 1011 | 1011110 | 110010 | 110101 | 1011000 | 11010 |
Color Harmonies of #7F7108
Complementary color
Monochromatic Colors of #7F7108
Black with #7F7108
Text Example
Text Example
White with #7F7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7108; }
p { color: rgb(127,113,8); }
H1.HeaderClassName
{
color: #7F7108;
}
.AnyTagClassName
{
color: #7F7108;
}
</style>
background-color css
<style>
a { background-color: #7F7108; }
a { background-color: rgb(127,113,8); }
div.DivClassName
{
background-color: #7F7108;
}
.BgClassName
{
background-color: #7F7108;
}
</style>
border-color css
<style>
span { border-color: #7F7108; }
span { border-color: rgb(127,113,8); }
td.TdClassName
{
border-color: #7F7108;
}
.TagClassName
{
border-color: #7F7108;
}
</style>