Shades of Olive #7B730A
Tints of Olive #7B730A
RGB
CMYK
RGB Variations
Color information
#7B730A (or 0x7B730A) is known color: Olive. HEX triplet: 7B, 73 and 0A. RGB value is (123,115,10). Sum of RGB (Red+Green+Blue) = 123+115+10=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B730A is #848CF5. Grayscale: #696969. Windows color (decimal): -8686838 or 684923. OLE color: 684923.
HSL color Cylindrical-coordinate representation of color #7B730A: hue angle of 55.75º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B730A is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 10 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.52 |
| HSL | 55.75º | 0.85% | 0.26% | - |
| HSV(B) | 55.75º | 0.92% | 0.48% | - |
| XYZ | 14.35 | 16.49 | 2.71 | - |
| YUV | 105.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 10 | 0 | 0.07 | 0.92 | 0.52 | 55.75 | 0.85 | 0.26 |
| Hex | 7B | 73 | A | 0 | 7 | 5C | 34 | 38 | 55 | 1A |
| Octal | 173 | 163 | 12 | 0 | 7 | 134 | 64 | 70 | 125 | 32 |
| Binary | 1111011 | 1110011 | 1010 | 0 | 111 | 1011100 | 110100 | 111000 | 1010101 | 11010 |
Color Harmonies of #7B730A
Complementary color
Monochromatic Colors of #7B730A
Black with #7B730A
Text Example
Text Example
White with #7B730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B730A; }
p { color: rgb(123,115,10); }
H1.HeaderClassName
{
color: #7B730A;
}
.AnyTagClassName
{
color: #7B730A;
}
</style>
background-color css
<style>
a { background-color: #7B730A; }
a { background-color: rgb(123,115,10); }
div.DivClassName
{
background-color: #7B730A;
}
.BgClassName
{
background-color: #7B730A;
}
</style>
border-color css
<style>
span { border-color: #7B730A; }
span { border-color: rgb(123,115,10); }
td.TdClassName
{
border-color: #7B730A;
}
.TagClassName
{
border-color: #7B730A;
}
</style>