Shades of Olive #73800D
Tints of Olive #73800D
RGB
CMYK
RGB Variations
Color information
#73800D (or 0x73800D) is known color: Olive. HEX triplet: 73, 80 and 0D. RGB value is (115,128,13). Sum of RGB (Red+Green+Blue) = 115+128+13=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #73800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73800D is #8C7FF2. Grayscale: #6F6F6F. Windows color (decimal): -9207795 or 884851. OLE color: 884851.
HSL color Cylindrical-coordinate representation of color #73800D: hue angle of 66.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73800D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 13 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.50 |
| HSL | 66.78º | 0.82% | 0.28% | - |
| HSV(B) | 66.78º | 0.9% | 0.5% | - |
| XYZ | 14.86 | 19.11 | 3.29 | - |
| YUV | 111 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 13 | 0.10 | 0 | 0.90 | 0.50 | 66.78 | 0.82 | 0.28 |
| Hex | 73 | 80 | D | A | 0 | 5A | 32 | 43 | 52 | 1C |
| Octal | 163 | 200 | 15 | 12 | 0 | 132 | 62 | 103 | 122 | 34 |
| Binary | 1110011 | 10000000 | 1101 | 1010 | 0 | 1011010 | 110010 | 1000011 | 1010010 | 11100 |
Color Harmonies of #73800D
Complementary color
Monochromatic Colors of #73800D
Black with #73800D
Text Example
Text Example
White with #73800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73800D; }
p { color: rgb(115,128,13); }
H1.HeaderClassName
{
color: #73800D;
}
.AnyTagClassName
{
color: #73800D;
}
</style>
background-color css
<style>
a { background-color: #73800D; }
a { background-color: rgb(115,128,13); }
div.DivClassName
{
background-color: #73800D;
}
.BgClassName
{
background-color: #73800D;
}
</style>
border-color css
<style>
span { border-color: #73800D; }
span { border-color: rgb(115,128,13); }
td.TdClassName
{
border-color: #73800D;
}
.TagClassName
{
border-color: #73800D;
}
</style>