Shades of Olive #7C7401
Tints of Olive #7C7401
RGB
CMYK
RGB Variations
Color information
#7C7401 (or 0x7C7401) is known color: Olive. HEX triplet: 7C, 74 and 01. RGB value is (124,116,1). Sum of RGB (Red+Green+Blue) = 124+116+1=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7401 is #838BFE. Grayscale: #696969. Windows color (decimal): -8621055 or 95356. OLE color: 95356.
HSL color Cylindrical-coordinate representation of color #7C7401: hue angle of 56.1º 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 #7C7401 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.51 |
| HSL | 56.1º | 0.98% | 0.25% | - |
| HSV(B) | 56.1º | 0.99% | 0.49% | - |
| XYZ | 14.56 | 16.78 | 2.5 | - |
| YUV | 105.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 1 | 0 | 0.06 | 0.99 | 0.51 | 56.1 | 0.98 | 0.25 |
| Hex | 7C | 74 | 1 | 0 | 6 | 63 | 33 | 38 | 62 | 19 |
| Octal | 174 | 164 | 1 | 0 | 6 | 143 | 63 | 70 | 142 | 31 |
| Binary | 1111100 | 1110100 | 1 | 0 | 110 | 1100011 | 110011 | 111000 | 1100010 | 11001 |
Color Harmonies of #7C7401
Complementary color
Monochromatic Colors of #7C7401
Black with #7C7401
Text Example
Text Example
White with #7C7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7401; }
p { color: rgb(124,116,1); }
H1.HeaderClassName
{
color: #7C7401;
}
.AnyTagClassName
{
color: #7C7401;
}
</style>
background-color css
<style>
a { background-color: #7C7401; }
a { background-color: rgb(124,116,1); }
div.DivClassName
{
background-color: #7C7401;
}
.BgClassName
{
background-color: #7C7401;
}
</style>
border-color css
<style>
span { border-color: #7C7401; }
span { border-color: rgb(124,116,1); }
td.TdClassName
{
border-color: #7C7401;
}
.TagClassName
{
border-color: #7C7401;
}
</style>