Shades of Olive #73800B
Tints of Olive #73800B
RGB
CMYK
RGB Variations
Color information
#73800B (or 0x73800B) is known color: Olive. HEX triplet: 73, 80 and 0B. RGB value is (115,128,11). Sum of RGB (Red+Green+Blue) = 115+128+11=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #73800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73800B is #8C7FF4. Grayscale: #6F6F6F. Windows color (decimal): -9207797 or 753779. OLE color: 753779.
HSL color Cylindrical-coordinate representation of color #73800B: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73800B is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 11 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.50 |
| HSL | 66.67º | 0.84% | 0.27% | - |
| HSV(B) | 66.67º | 0.91% | 0.5% | - |
| XYZ | 14.85 | 19.11 | 3.22 | - |
| YUV | 110.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 11 | 0.10 | 0 | 0.91 | 0.50 | 66.67 | 0.84 | 0.27 |
| Hex | 73 | 80 | B | A | 0 | 5B | 32 | 43 | 54 | 1B |
| Octal | 163 | 200 | 13 | 12 | 0 | 133 | 62 | 103 | 124 | 33 |
| Binary | 1110011 | 10000000 | 1011 | 1010 | 0 | 1011011 | 110010 | 1000011 | 1010100 | 11011 |
Color Harmonies of #73800B
Complementary color
Monochromatic Colors of #73800B
Black with #73800B
Text Example
Text Example
White with #73800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73800B; }
p { color: rgb(115,128,11); }
H1.HeaderClassName
{
color: #73800B;
}
.AnyTagClassName
{
color: #73800B;
}
</style>
background-color css
<style>
a { background-color: #73800B; }
a { background-color: rgb(115,128,11); }
div.DivClassName
{
background-color: #73800B;
}
.BgClassName
{
background-color: #73800B;
}
</style>
border-color css
<style>
span { border-color: #73800B; }
span { border-color: rgb(115,128,11); }
td.TdClassName
{
border-color: #73800B;
}
.TagClassName
{
border-color: #73800B;
}
</style>