Shades of Olive #7B7301
Tints of Olive #7B7301
RGB
CMYK
RGB Variations
Color information
#7B7301 (or 0x7B7301) is known color: Olive. HEX triplet: 7B, 73 and 01. RGB value is (123,115,1). Sum of RGB (Red+Green+Blue) = 123+115+1=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7301 is #848CFE. Grayscale: #686868. Windows color (decimal): -8686847 or 95099. OLE color: 95099.
HSL color Cylindrical-coordinate representation of color #7B7301: hue angle of 56.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B7301 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.52 |
| HSL | 56.07º | 0.98% | 0.24% | - |
| HSV(B) | 56.07º | 0.99% | 0.48% | - |
| XYZ | 14.3 | 16.47 | 2.45 | - |
| YUV | 104.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 1 | 0 | 0.07 | 0.99 | 0.52 | 56.07 | 0.98 | 0.24 |
| Hex | 7B | 73 | 1 | 0 | 7 | 63 | 34 | 38 | 62 | 18 |
| Octal | 173 | 163 | 1 | 0 | 7 | 143 | 64 | 70 | 142 | 30 |
| Binary | 1111011 | 1110011 | 1 | 0 | 111 | 1100011 | 110100 | 111000 | 1100010 | 11000 |
Color Harmonies of #7B7301
Complementary color
Monochromatic Colors of #7B7301
Black with #7B7301
Text Example
Text Example
White with #7B7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7301; }
p { color: rgb(123,115,1); }
H1.HeaderClassName
{
color: #7B7301;
}
.AnyTagClassName
{
color: #7B7301;
}
</style>
background-color css
<style>
a { background-color: #7B7301; }
a { background-color: rgb(123,115,1); }
div.DivClassName
{
background-color: #7B7301;
}
.BgClassName
{
background-color: #7B7301;
}
</style>
border-color css
<style>
span { border-color: #7B7301; }
span { border-color: rgb(123,115,1); }
td.TdClassName
{
border-color: #7B7301;
}
.TagClassName
{
border-color: #7B7301;
}
</style>