Shades of Olive #7C7601
Tints of Olive #7C7601
RGB
CMYK
RGB Variations
Color information
#7C7601 (or 0x7C7601) is known color: Olive. HEX triplet: 7C, 76 and 01. RGB value is (124,118,1). Sum of RGB (Red+Green+Blue) = 124+118+1=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7601 is #8389FE. Grayscale: #6A6A6A. Windows color (decimal): -8620543 or 95868. OLE color: 95868.
HSL color Cylindrical-coordinate representation of color #7C7601: hue angle of 57.07º 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 #7C7601 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.51 |
| HSL | 57.07º | 0.98% | 0.25% | - |
| HSV(B) | 57.07º | 0.99% | 0.49% | - |
| XYZ | 14.8 | 17.24 | 2.58 | - |
| YUV | 106.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 1 | 0 | 0.05 | 0.99 | 0.51 | 57.07 | 0.98 | 0.25 |
| Hex | 7C | 76 | 1 | 0 | 5 | 63 | 33 | 39 | 62 | 19 |
| Octal | 174 | 166 | 1 | 0 | 5 | 143 | 63 | 71 | 142 | 31 |
| Binary | 1111100 | 1110110 | 1 | 0 | 101 | 1100011 | 110011 | 111001 | 1100010 | 11001 |
Color Harmonies of #7C7601
Complementary color
Monochromatic Colors of #7C7601
Black with #7C7601
Text Example
Text Example
White with #7C7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7601; }
p { color: rgb(124,118,1); }
H1.HeaderClassName
{
color: #7C7601;
}
.AnyTagClassName
{
color: #7C7601;
}
</style>
background-color css
<style>
a { background-color: #7C7601; }
a { background-color: rgb(124,118,1); }
div.DivClassName
{
background-color: #7C7601;
}
.BgClassName
{
background-color: #7C7601;
}
</style>
border-color css
<style>
span { border-color: #7C7601; }
span { border-color: rgb(124,118,1); }
td.TdClassName
{
border-color: #7C7601;
}
.TagClassName
{
border-color: #7C7601;
}
</style>