Shades of Olive #73730A
Tints of Olive #73730A
RGB
CMYK
RGB Variations
Color information
#73730A (or 0x73730A) is known color: Olive. HEX triplet: 73, 73 and 0A. RGB value is (115,115,10). Sum of RGB (Red+Green+Blue) = 115+115+10=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73730A is #8C8CF5. Grayscale: #676767. Windows color (decimal): -9211126 or 684915. OLE color: 684915.
HSL color Cylindrical-coordinate representation of color #73730A: hue angle of 60º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73730A is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 10 | - |
| CMYK | 0 | 0 | 0.91 | 0.55 |
| HSL | 60º | 0.84% | 0.25% | - |
| HSV(B) | 60º | 0.91% | 0.45% | - |
| XYZ | 13.26 | 15.93 | 2.66 | - |
| YUV | 103.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 10 | 0 | 0 | 0.91 | 0.55 | 60 | 0.84 | 0.25 |
| Hex | 73 | 73 | A | 0 | 0 | 5B | 37 | 3C | 54 | 19 |
| Octal | 163 | 163 | 12 | 0 | 0 | 133 | 67 | 74 | 124 | 31 |
| Binary | 1110011 | 1110011 | 1010 | 0 | 0 | 1011011 | 110111 | 111100 | 1010100 | 11001 |
Color Harmonies of #73730A
Complementary color
Monochromatic Colors of #73730A
Black with #73730A
Text Example
Text Example
White with #73730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73730A; }
p { color: rgb(115,115,10); }
H1.HeaderClassName
{
color: #73730A;
}
.AnyTagClassName
{
color: #73730A;
}
</style>
background-color css
<style>
a { background-color: #73730A; }
a { background-color: rgb(115,115,10); }
div.DivClassName
{
background-color: #73730A;
}
.BgClassName
{
background-color: #73730A;
}
</style>
border-color css
<style>
span { border-color: #73730A; }
span { border-color: rgb(115,115,10); }
td.TdClassName
{
border-color: #73730A;
}
.TagClassName
{
border-color: #73730A;
}
</style>