Shades of Olive #7E7C03
Tints of Olive #7E7C03
RGB
CMYK
RGB Variations
Color information
#7E7C03 (or 0x7E7C03) is known color: Olive. HEX triplet: 7E, 7C and 03. RGB value is (126,124,3). Sum of RGB (Red+Green+Blue) = 126+124+3=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7C03 is #8183FC. Grayscale: #6F6F6F. Windows color (decimal): -8487933 or 228478. OLE color: 228478.
HSL color Cylindrical-coordinate representation of color #7E7C03: hue angle of 59.02º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E7C03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 124 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.51 |
| HSL | 59.02º | 0.95% | 0.25% | - |
| HSV(B) | 59.02º | 0.98% | 0.49% | - |
| XYZ | 15.83 | 18.86 | 2.89 | - |
| YUV | 110.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 3 | 0 | 0.02 | 0.98 | 0.51 | 59.02 | 0.95 | 0.25 |
| Hex | 7E | 7C | 3 | 0 | 2 | 62 | 33 | 3B | 5F | 19 |
| Octal | 176 | 174 | 3 | 0 | 2 | 142 | 63 | 73 | 137 | 31 |
| Binary | 1111110 | 1111100 | 11 | 0 | 10 | 1100010 | 110011 | 111011 | 1011111 | 11001 |
Color Harmonies of #7E7C03
Complementary color
Monochromatic Colors of #7E7C03
Black with #7E7C03
Text Example
Text Example
White with #7E7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7C03; }
p { color: rgb(126,124,3); }
H1.HeaderClassName
{
color: #7E7C03;
}
.AnyTagClassName
{
color: #7E7C03;
}
</style>
background-color css
<style>
a { background-color: #7E7C03; }
a { background-color: rgb(126,124,3); }
div.DivClassName
{
background-color: #7E7C03;
}
.BgClassName
{
background-color: #7E7C03;
}
</style>
border-color css
<style>
span { border-color: #7E7C03; }
span { border-color: rgb(126,124,3); }
td.TdClassName
{
border-color: #7E7C03;
}
.TagClassName
{
border-color: #7E7C03;
}
</style>