Shades of Olive #7B7905
Tints of Olive #7B7905
RGB
CMYK
RGB Variations
Color information
#7B7905 (or 0x7B7905) is known color: Olive. HEX triplet: 7B, 79 and 05. RGB value is (123,121,5). Sum of RGB (Red+Green+Blue) = 123+121+5=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7905 is #8486FA. Grayscale: #6C6C6C. Windows color (decimal): -8685307 or 358779. OLE color: 358779.
HSL color Cylindrical-coordinate representation of color #7B7905: hue angle of 58.98º 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 #7B7905 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 121 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.52 |
| HSL | 58.98º | 0.92% | 0.25% | - |
| HSV(B) | 58.98º | 0.96% | 0.48% | - |
| XYZ | 15.03 | 17.9 | 2.81 | - |
| YUV | 108.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 5 | 0 | 0.02 | 0.96 | 0.52 | 58.98 | 0.92 | 0.25 |
| Hex | 7B | 79 | 5 | 0 | 2 | 60 | 34 | 3B | 5C | 19 |
| Octal | 173 | 171 | 5 | 0 | 2 | 140 | 64 | 73 | 134 | 31 |
| Binary | 1111011 | 1111001 | 101 | 0 | 10 | 1100000 | 110100 | 111011 | 1011100 | 11001 |
Color Harmonies of #7B7905
Complementary color
Monochromatic Colors of #7B7905
Black with #7B7905
Text Example
Text Example
White with #7B7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7905; }
p { color: rgb(123,121,5); }
H1.HeaderClassName
{
color: #7B7905;
}
.AnyTagClassName
{
color: #7B7905;
}
</style>
background-color css
<style>
a { background-color: #7B7905; }
a { background-color: rgb(123,121,5); }
div.DivClassName
{
background-color: #7B7905;
}
.BgClassName
{
background-color: #7B7905;
}
</style>
border-color css
<style>
span { border-color: #7B7905; }
span { border-color: rgb(123,121,5); }
td.TdClassName
{
border-color: #7B7905;
}
.TagClassName
{
border-color: #7B7905;
}
</style>