Shades of Olive #7C7801
Tints of Olive #7C7801
RGB
CMYK
RGB Variations
Color information
#7C7801 (or 0x7C7801) is known color: Olive. HEX triplet: 7C, 78 and 01. RGB value is (124,120,1). Sum of RGB (Red+Green+Blue) = 124+120+1=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7801 is #8387FE. Grayscale: #6C6C6C. Windows color (decimal): -8620031 or 96380. OLE color: 96380.
HSL color Cylindrical-coordinate representation of color #7C7801: hue angle of 58.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C7801 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.51 |
| HSL | 58.05º | 0.98% | 0.25% | - |
| HSV(B) | 58.05º | 0.99% | 0.49% | - |
| XYZ | 15.03 | 17.72 | 2.66 | - |
| YUV | 107.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 1 | 0 | 0.03 | 0.99 | 0.51 | 58.05 | 0.98 | 0.25 |
| Hex | 7C | 78 | 1 | 0 | 3 | 63 | 33 | 3A | 62 | 19 |
| Octal | 174 | 170 | 1 | 0 | 3 | 143 | 63 | 72 | 142 | 31 |
| Binary | 1111100 | 1111000 | 1 | 0 | 11 | 1100011 | 110011 | 111010 | 1100010 | 11001 |
Color Harmonies of #7C7801
Complementary color
Monochromatic Colors of #7C7801
Black with #7C7801
Text Example
Text Example
White with #7C7801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7801; }
p { color: rgb(124,120,1); }
H1.HeaderClassName
{
color: #7C7801;
}
.AnyTagClassName
{
color: #7C7801;
}
</style>
background-color css
<style>
a { background-color: #7C7801; }
a { background-color: rgb(124,120,1); }
div.DivClassName
{
background-color: #7C7801;
}
.BgClassName
{
background-color: #7C7801;
}
</style>
border-color css
<style>
span { border-color: #7C7801; }
span { border-color: rgb(124,120,1); }
td.TdClassName
{
border-color: #7C7801;
}
.TagClassName
{
border-color: #7C7801;
}
</style>