Shades of Olive #7C8500
Tints of Olive #7C8500
RGB
CMYK
RGB Variations
Color information
#7C8500 (or 0x7C8500) is known color: Olive. HEX triplet: 7C, 85 and 00. RGB value is (124,133,0). Sum of RGB (Red+Green+Blue) = 124+133+0=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8500 is #837AFF. Grayscale: #737373. Windows color (decimal): -8616704 or 34172. OLE color: 34172.
HSL color Cylindrical-coordinate representation of color #7C8500: hue angle of 64.06º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C8500 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.48 |
| HSL | 64.06º | 1% | 0.26% | - |
| HSV(B) | 64.06º | 1% | 0.52% | - |
| XYZ | 16.7 | 21.06 | 3.18 | - |
| YUV | 115.15 | 63.02 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 0 | 0.07 | 0 | 1 | 0.48 | 64.06 | 1 | 0.26 |
| Hex | 7C | 85 | 0 | 7 | 0 | 64 | 30 | 40 | 64 | 1A |
| Octal | 174 | 205 | 0 | 7 | 0 | 144 | 60 | 100 | 144 | 32 |
| Binary | 1111100 | 10000101 | 0 | 111 | 0 | 1100100 | 110000 | 1000000 | 1100100 | 11010 |
Color Harmonies of #7C8500
Complementary color
Monochromatic Colors of #7C8500
Black with #7C8500
Text Example
Text Example
White with #7C8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8500; }
p { color: rgb(124,133,0); }
H1.HeaderClassName
{
color: #7C8500;
}
.AnyTagClassName
{
color: #7C8500;
}
</style>
background-color css
<style>
a { background-color: #7C8500; }
a { background-color: rgb(124,133,0); }
div.DivClassName
{
background-color: #7C8500;
}
.BgClassName
{
background-color: #7C8500;
}
</style>
border-color css
<style>
span { border-color: #7C8500; }
span { border-color: rgb(124,133,0); }
td.TdClassName
{
border-color: #7C8500;
}
.TagClassName
{
border-color: #7C8500;
}
</style>