Shades of Olive #7B7F11
Tints of Olive #7B7F11
RGB
CMYK
RGB Variations
Color information
#7B7F11 (or 0x7B7F11) is known color: Olive. HEX triplet: 7B, 7F and 11. RGB value is (123,127,17). Sum of RGB (Red+Green+Blue) = 123+127+17=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7F11 is #8480EE. Grayscale: #717171. Windows color (decimal): -8683759 or 1146747. OLE color: 1146747.
HSL color Cylindrical-coordinate representation of color #7B7F11: hue angle of 62.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B7F11 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 127 | 17 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.50 |
| HSL | 62.18º | 0.76% | 0.28% | - |
| HSV(B) | 62.18º | 0.87% | 0.5% | - |
| XYZ | 15.86 | 19.43 | 3.44 | - |
| YUV | 113.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 17 | 0.03 | 0 | 0.87 | 0.50 | 62.18 | 0.76 | 0.28 |
| Hex | 7B | 7F | 11 | 3 | 0 | 57 | 32 | 3E | 4C | 1C |
| Octal | 173 | 177 | 21 | 3 | 0 | 127 | 62 | 76 | 114 | 34 |
| Binary | 1111011 | 1111111 | 10001 | 11 | 0 | 1010111 | 110010 | 111110 | 1001100 | 11100 |
Color Harmonies of #7B7F11
Complementary color
Monochromatic Colors of #7B7F11
Black with #7B7F11
Text Example
Text Example
White with #7B7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F11; }
p { color: rgb(123,127,17); }
H1.HeaderClassName
{
color: #7B7F11;
}
.AnyTagClassName
{
color: #7B7F11;
}
</style>
background-color css
<style>
a { background-color: #7B7F11; }
a { background-color: rgb(123,127,17); }
div.DivClassName
{
background-color: #7B7F11;
}
.BgClassName
{
background-color: #7B7F11;
}
</style>
border-color css
<style>
span { border-color: #7B7F11; }
span { border-color: rgb(123,127,17); }
td.TdClassName
{
border-color: #7B7F11;
}
.TagClassName
{
border-color: #7B7F11;
}
</style>