Shades of Olive #7B7605
Tints of Olive #7B7605
RGB
CMYK
RGB Variations
Color information
#7B7605 (or 0x7B7605) is known color: Olive. HEX triplet: 7B, 76 and 05. RGB value is (123,118,5). Sum of RGB (Red+Green+Blue) = 123+118+5=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7605 is #8489FA. Grayscale: #6B6B6B. Windows color (decimal): -8686075 or 358011. OLE color: 358011.
HSL color Cylindrical-coordinate representation of color #7B7605: hue angle of 57.46º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B7605 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.52 |
| HSL | 57.46º | 0.92% | 0.25% | - |
| HSV(B) | 57.46º | 0.96% | 0.48% | - |
| XYZ | 14.67 | 17.18 | 2.69 | - |
| YUV | 106.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 5 | 0 | 0.04 | 0.96 | 0.52 | 57.46 | 0.92 | 0.25 |
| Hex | 7B | 76 | 5 | 0 | 4 | 60 | 34 | 39 | 5C | 19 |
| Octal | 173 | 166 | 5 | 0 | 4 | 140 | 64 | 71 | 134 | 31 |
| Binary | 1111011 | 1110110 | 101 | 0 | 100 | 1100000 | 110100 | 111001 | 1011100 | 11001 |
Color Harmonies of #7B7605
Complementary color
Monochromatic Colors of #7B7605
Black with #7B7605
Text Example
Text Example
White with #7B7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7605; }
p { color: rgb(123,118,5); }
H1.HeaderClassName
{
color: #7B7605;
}
.AnyTagClassName
{
color: #7B7605;
}
</style>
background-color css
<style>
a { background-color: #7B7605; }
a { background-color: rgb(123,118,5); }
div.DivClassName
{
background-color: #7B7605;
}
.BgClassName
{
background-color: #7B7605;
}
</style>
border-color css
<style>
span { border-color: #7B7605; }
span { border-color: rgb(123,118,5); }
td.TdClassName
{
border-color: #7B7605;
}
.TagClassName
{
border-color: #7B7605;
}
</style>