Shades of Olive #7B7200
Tints of Olive #7B7200
RGB
CMYK
RGB Variations
Color information
#7B7200 (or 0x7B7200) is known color: Olive. HEX triplet: 7B, 72 and 00. RGB value is (123,114,0). Sum of RGB (Red+Green+Blue) = 123+114+0=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7200 is #848DFF. Grayscale: #686868. Windows color (decimal): -8687104 or 29307. OLE color: 29307.
HSL color Cylindrical-coordinate representation of color #7B7200: hue angle of 55.61º 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 #7B7200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.52 |
| HSL | 55.61º | 1% | 0.24% | - |
| HSV(B) | 55.61º | 1% | 0.48% | - |
| XYZ | 14.19 | 16.25 | 2.39 | - |
| YUV | 103.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 0 | 0 | 0.07 | 1 | 0.52 | 55.61 | 1 | 0.24 |
| Hex | 7B | 72 | 0 | 0 | 7 | 64 | 34 | 38 | 64 | 18 |
| Octal | 173 | 162 | 0 | 0 | 7 | 144 | 64 | 70 | 144 | 30 |
| Binary | 1111011 | 1110010 | 0 | 0 | 111 | 1100100 | 110100 | 111000 | 1100100 | 11000 |
Color Harmonies of #7B7200
Complementary color
Monochromatic Colors of #7B7200
Black with #7B7200
Text Example
Text Example
White with #7B7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7200; }
p { color: rgb(123,114,0); }
H1.HeaderClassName
{
color: #7B7200;
}
.AnyTagClassName
{
color: #7B7200;
}
</style>
background-color css
<style>
a { background-color: #7B7200; }
a { background-color: rgb(123,114,0); }
div.DivClassName
{
background-color: #7B7200;
}
.BgClassName
{
background-color: #7B7200;
}
</style>
border-color css
<style>
span { border-color: #7B7200; }
span { border-color: rgb(123,114,0); }
td.TdClassName
{
border-color: #7B7200;
}
.TagClassName
{
border-color: #7B7200;
}
</style>