Shades of Olive #7B7000
Tints of Olive #7B7000
RGB
CMYK
RGB Variations
Color information
#7B7000 (or 0x7B7000) is known color: Olive. HEX triplet: 7B, 70 and 00. RGB value is (123,112,0). Sum of RGB (Red+Green+Blue) = 123+112+0=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7000 is #848FFF. Grayscale: #666666. Windows color (decimal): -8687616 or 28795. OLE color: 28795.
HSL color Cylindrical-coordinate representation of color #7B7000: hue angle of 54.63º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B7000 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.52 |
| HSL | 54.63º | 1% | 0.24% | - |
| HSV(B) | 54.63º | 1% | 0.48% | - |
| XYZ | 13.96 | 15.8 | 2.31 | - |
| YUV | 102.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 0 | 0 | 0.09 | 1 | 0.52 | 54.63 | 1 | 0.24 |
| Hex | 7B | 70 | 0 | 0 | 9 | 64 | 34 | 37 | 64 | 18 |
| Octal | 173 | 160 | 0 | 0 | 11 | 144 | 64 | 67 | 144 | 30 |
| Binary | 1111011 | 1110000 | 0 | 0 | 1001 | 1100100 | 110100 | 110111 | 1100100 | 11000 |
Color Harmonies of #7B7000
Complementary color
Monochromatic Colors of #7B7000
Black with #7B7000
Text Example
Text Example
White with #7B7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7000; }
p { color: rgb(123,112,0); }
H1.HeaderClassName
{
color: #7B7000;
}
.AnyTagClassName
{
color: #7B7000;
}
</style>
background-color css
<style>
a { background-color: #7B7000; }
a { background-color: rgb(123,112,0); }
div.DivClassName
{
background-color: #7B7000;
}
.BgClassName
{
background-color: #7B7000;
}
</style>
border-color css
<style>
span { border-color: #7B7000; }
span { border-color: rgb(123,112,0); }
td.TdClassName
{
border-color: #7B7000;
}
.TagClassName
{
border-color: #7B7000;
}
</style>