Shades of Olive #7B7610
Tints of Olive #7B7610
RGB
CMYK
RGB Variations
Color information
#7B7610 (or 0x7B7610) is known color: Olive. HEX triplet: 7B, 76 and 10. RGB value is (123,118,16). Sum of RGB (Red+Green+Blue) = 123+118+16=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7610 is #8489EF. Grayscale: #6C6C6C. Windows color (decimal): -8686064 or 1078907. OLE color: 1078907.
HSL color Cylindrical-coordinate representation of color #7B7610: hue angle of 57.2º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B7610 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 16 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.52 |
| HSL | 57.2º | 0.77% | 0.27% | - |
| HSV(B) | 57.2º | 0.87% | 0.48% | - |
| XYZ | 14.74 | 17.21 | 3.03 | - |
| YUV | 107.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 16 | 0 | 0.04 | 0.87 | 0.52 | 57.2 | 0.77 | 0.27 |
| Hex | 7B | 76 | 10 | 0 | 4 | 57 | 34 | 39 | 4D | 1B |
| Octal | 173 | 166 | 20 | 0 | 4 | 127 | 64 | 71 | 115 | 33 |
| Binary | 1111011 | 1110110 | 10000 | 0 | 100 | 1010111 | 110100 | 111001 | 1001101 | 11011 |
Color Harmonies of #7B7610
Complementary color
Monochromatic Colors of #7B7610
Black with #7B7610
Text Example
Text Example
White with #7B7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7610; }
p { color: rgb(123,118,16); }
H1.HeaderClassName
{
color: #7B7610;
}
.AnyTagClassName
{
color: #7B7610;
}
</style>
background-color css
<style>
a { background-color: #7B7610; }
a { background-color: rgb(123,118,16); }
div.DivClassName
{
background-color: #7B7610;
}
.BgClassName
{
background-color: #7B7610;
}
</style>
border-color css
<style>
span { border-color: #7B7610; }
span { border-color: rgb(123,118,16); }
td.TdClassName
{
border-color: #7B7610;
}
.TagClassName
{
border-color: #7B7610;
}
</style>