Shades of Olive #7D730A
Tints of Olive #7D730A
RGB
CMYK
RGB Variations
Color information
#7D730A (or 0x7D730A) is known color: Olive. HEX triplet: 7D, 73 and 0A. RGB value is (125,115,10). Sum of RGB (Red+Green+Blue) = 125+115+10=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D730A is #828CF5. Grayscale: #6A6A6A. Windows color (decimal): -8555766 or 684925. OLE color: 684925.
HSL color Cylindrical-coordinate representation of color #7D730A: hue angle of 54.78º 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 #7D730A is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 10 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.51 |
| HSL | 54.78º | 0.85% | 0.26% | - |
| HSV(B) | 54.78º | 0.92% | 0.49% | - |
| XYZ | 14.64 | 16.64 | 2.73 | - |
| YUV | 106.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 10 | 0 | 0.08 | 0.92 | 0.51 | 54.78 | 0.85 | 0.26 |
| Hex | 7D | 73 | A | 0 | 8 | 5C | 33 | 37 | 55 | 1A |
| Octal | 175 | 163 | 12 | 0 | 10 | 134 | 63 | 67 | 125 | 32 |
| Binary | 1111101 | 1110011 | 1010 | 0 | 1000 | 1011100 | 110011 | 110111 | 1010101 | 11010 |
Color Harmonies of #7D730A
Complementary color
Monochromatic Colors of #7D730A
Black with #7D730A
Text Example
Text Example
White with #7D730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D730A; }
p { color: rgb(125,115,10); }
H1.HeaderClassName
{
color: #7D730A;
}
.AnyTagClassName
{
color: #7D730A;
}
</style>
background-color css
<style>
a { background-color: #7D730A; }
a { background-color: rgb(125,115,10); }
div.DivClassName
{
background-color: #7D730A;
}
.BgClassName
{
background-color: #7D730A;
}
</style>
border-color css
<style>
span { border-color: #7D730A; }
span { border-color: rgb(125,115,10); }
td.TdClassName
{
border-color: #7D730A;
}
.TagClassName
{
border-color: #7D730A;
}
</style>