Shades of Olive #807C03
Tints of Olive #807C03
RGB
CMYK
RGB Variations
Color information
#807C03 (or 0x807C03) is known color: Olive. HEX triplet: 80, 7C and 03. RGB value is (128,124,3). Sum of RGB (Red+Green+Blue) = 128+124+3=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #807C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C03 is #7F83FC. Grayscale: #6F6F6F. Windows color (decimal): -8356861 or 228480. OLE color: 228480.
HSL color Cylindrical-coordinate representation of color #807C03: hue angle of 58.08º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #807C03 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.50 |
| HSL | 58.08º | 0.95% | 0.26% | - |
| HSV(B) | 58.08º | 0.98% | 0.5% | - |
| XYZ | 16.13 | 19.01 | 2.91 | - |
| YUV | 111.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 3 | 0 | 0.03 | 0.98 | 0.50 | 58.08 | 0.95 | 0.26 |
| Hex | 80 | 7C | 3 | 0 | 3 | 62 | 32 | 3A | 5F | 1A |
| Octal | 200 | 174 | 3 | 0 | 3 | 142 | 62 | 72 | 137 | 32 |
| Binary | 10000000 | 1111100 | 11 | 0 | 11 | 1100010 | 110010 | 111010 | 1011111 | 11010 |
Color Harmonies of #807C03
Complementary color
Monochromatic Colors of #807C03
Black with #807C03
Text Example
Text Example
White with #807C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C03; }
p { color: rgb(128,124,3); }
H1.HeaderClassName
{
color: #807C03;
}
.AnyTagClassName
{
color: #807C03;
}
</style>
background-color css
<style>
a { background-color: #807C03; }
a { background-color: rgb(128,124,3); }
div.DivClassName
{
background-color: #807C03;
}
.BgClassName
{
background-color: #807C03;
}
</style>
border-color css
<style>
span { border-color: #807C03; }
span { border-color: rgb(128,124,3); }
td.TdClassName
{
border-color: #807C03;
}
.TagClassName
{
border-color: #807C03;
}
</style>