Shades of Olive #7C730A
Tints of Olive #7C730A
RGB
CMYK
RGB Variations
Color information
#7C730A (or 0x7C730A) is known color: Olive. HEX triplet: 7C, 73 and 0A. RGB value is (124,115,10). Sum of RGB (Red+Green+Blue) = 124+115+10=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C730A is #838CF5. Grayscale: #6A6A6A. Windows color (decimal): -8621302 or 684924. OLE color: 684924.
HSL color Cylindrical-coordinate representation of color #7C730A: hue angle of 55.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C730A is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 10 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.51 |
| HSL | 55.26º | 0.85% | 0.26% | - |
| HSV(B) | 55.26º | 0.92% | 0.49% | - |
| XYZ | 14.5 | 16.57 | 2.72 | - |
| YUV | 105.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 10 | 0 | 0.07 | 0.92 | 0.51 | 55.26 | 0.85 | 0.26 |
| Hex | 7C | 73 | A | 0 | 7 | 5C | 33 | 37 | 55 | 1A |
| Octal | 174 | 163 | 12 | 0 | 7 | 134 | 63 | 67 | 125 | 32 |
| Binary | 1111100 | 1110011 | 1010 | 0 | 111 | 1011100 | 110011 | 110111 | 1010101 | 11010 |
Color Harmonies of #7C730A
Complementary color
Monochromatic Colors of #7C730A
Black with #7C730A
Text Example
Text Example
White with #7C730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C730A; }
p { color: rgb(124,115,10); }
H1.HeaderClassName
{
color: #7C730A;
}
.AnyTagClassName
{
color: #7C730A;
}
</style>
background-color css
<style>
a { background-color: #7C730A; }
a { background-color: rgb(124,115,10); }
div.DivClassName
{
background-color: #7C730A;
}
.BgClassName
{
background-color: #7C730A;
}
</style>
border-color css
<style>
span { border-color: #7C730A; }
span { border-color: rgb(124,115,10); }
td.TdClassName
{
border-color: #7C730A;
}
.TagClassName
{
border-color: #7C730A;
}
</style>