Shades of Olive #807300
Tints of Olive #807300
RGB
CMYK
RGB Variations
Color information
#807300 (or 0x807300) is known color: Olive. HEX triplet: 80, 73 and 00. RGB value is (128,115,0). Sum of RGB (Red+Green+Blue) = 128+115+0=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #807300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807300 is #7F8CFF. Grayscale: #6A6A6A. Windows color (decimal): -8359168 or 29568. OLE color: 29568.
HSL color Cylindrical-coordinate representation of color #807300: hue angle of 53.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #807300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.50 |
| HSL | 53.91º | 1% | 0.25% | - |
| HSV(B) | 53.91º | 1% | 0.5% | - |
| XYZ | 15.03 | 16.85 | 2.46 | - |
| YUV | 105.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 0 | 0 | 0.10 | 1 | 0.50 | 53.91 | 1 | 0.25 |
| Hex | 80 | 73 | 0 | 0 | A | 64 | 32 | 36 | 64 | 19 |
| Octal | 200 | 163 | 0 | 0 | 12 | 144 | 62 | 66 | 144 | 31 |
| Binary | 10000000 | 1110011 | 0 | 0 | 1010 | 1100100 | 110010 | 110110 | 1100100 | 11001 |
Color Harmonies of #807300
Complementary color
Monochromatic Colors of #807300
Black with #807300
Text Example
Text Example
White with #807300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807300; }
p { color: rgb(128,115,0); }
H1.HeaderClassName
{
color: #807300;
}
.AnyTagClassName
{
color: #807300;
}
</style>
background-color css
<style>
a { background-color: #807300; }
a { background-color: rgb(128,115,0); }
div.DivClassName
{
background-color: #807300;
}
.BgClassName
{
background-color: #807300;
}
</style>
border-color css
<style>
span { border-color: #807300; }
span { border-color: rgb(128,115,0); }
td.TdClassName
{
border-color: #807300;
}
.TagClassName
{
border-color: #807300;
}
</style>