Shades of Olive #7B7805
Tints of Olive #7B7805
RGB
CMYK
RGB Variations
Color information
#7B7805 (or 0x7B7805) is known color: Olive. HEX triplet: 7B, 78 and 05. RGB value is (123,120,5). Sum of RGB (Red+Green+Blue) = 123+120+5=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7805 is #8487FA. Grayscale: #6C6C6C. Windows color (decimal): -8685563 or 358523. OLE color: 358523.
HSL color Cylindrical-coordinate representation of color #7B7805: hue angle of 58.47º 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 #7B7805 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.52 |
| HSL | 58.47º | 0.92% | 0.25% | - |
| HSV(B) | 58.47º | 0.96% | 0.48% | - |
| XYZ | 14.91 | 17.65 | 2.77 | - |
| YUV | 107.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 5 | 0 | 0.02 | 0.96 | 0.52 | 58.47 | 0.92 | 0.25 |
| Hex | 7B | 78 | 5 | 0 | 2 | 60 | 34 | 3A | 5C | 19 |
| Octal | 173 | 170 | 5 | 0 | 2 | 140 | 64 | 72 | 134 | 31 |
| Binary | 1111011 | 1111000 | 101 | 0 | 10 | 1100000 | 110100 | 111010 | 1011100 | 11001 |
Color Harmonies of #7B7805
Complementary color
Monochromatic Colors of #7B7805
Black with #7B7805
Text Example
Text Example
White with #7B7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7805; }
p { color: rgb(123,120,5); }
H1.HeaderClassName
{
color: #7B7805;
}
.AnyTagClassName
{
color: #7B7805;
}
</style>
background-color css
<style>
a { background-color: #7B7805; }
a { background-color: rgb(123,120,5); }
div.DivClassName
{
background-color: #7B7805;
}
.BgClassName
{
background-color: #7B7805;
}
</style>
border-color css
<style>
span { border-color: #7B7805; }
span { border-color: rgb(123,120,5); }
td.TdClassName
{
border-color: #7B7805;
}
.TagClassName
{
border-color: #7B7805;
}
</style>