Shades of Olive #73740C
Tints of Olive #73740C
RGB
CMYK
RGB Variations
Color information
#73740C (or 0x73740C) is known color: Olive. HEX triplet: 73, 74 and 0C. RGB value is (115,116,12). Sum of RGB (Red+Green+Blue) = 115+116+12=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #73740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73740C is #8C8BF3. Grayscale: #686868. Windows color (decimal): -9210868 or 816243. OLE color: 816243.
HSL color Cylindrical-coordinate representation of color #73740C: hue angle of 60.58º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73740C is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 12 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.55 |
| HSL | 60.58º | 0.81% | 0.25% | - |
| HSV(B) | 60.58º | 0.9% | 0.45% | - |
| XYZ | 13.38 | 16.16 | 2.76 | - |
| YUV | 103.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 12 | 0.01 | 0 | 0.90 | 0.55 | 60.58 | 0.81 | 0.25 |
| Hex | 73 | 74 | C | 1 | 0 | 5A | 37 | 3D | 51 | 19 |
| Octal | 163 | 164 | 14 | 1 | 0 | 132 | 67 | 75 | 121 | 31 |
| Binary | 1110011 | 1110100 | 1100 | 1 | 0 | 1011010 | 110111 | 111101 | 1010001 | 11001 |
Color Harmonies of #73740C
Complementary color
Monochromatic Colors of #73740C
Black with #73740C
Text Example
Text Example
White with #73740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73740C; }
p { color: rgb(115,116,12); }
H1.HeaderClassName
{
color: #73740C;
}
.AnyTagClassName
{
color: #73740C;
}
</style>
background-color css
<style>
a { background-color: #73740C; }
a { background-color: rgb(115,116,12); }
div.DivClassName
{
background-color: #73740C;
}
.BgClassName
{
background-color: #73740C;
}
</style>
border-color css
<style>
span { border-color: #73740C; }
span { border-color: rgb(115,116,12); }
td.TdClassName
{
border-color: #73740C;
}
.TagClassName
{
border-color: #73740C;
}
</style>