Shades of Olive #7C8700
Tints of Olive #7C8700
RGB
CMYK
RGB Variations
Color information
#7C8700 (or 0x7C8700) is known color: Olive. HEX triplet: 7C, 87 and 00. RGB value is (124,135,0). Sum of RGB (Red+Green+Blue) = 124+135+0=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8700 is #8378FF. Grayscale: #747474. Windows color (decimal): -8616192 or 34684. OLE color: 34684.
HSL color Cylindrical-coordinate representation of color #7C8700: hue angle of 64.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C8700 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.47 |
| HSL | 64.89º | 1% | 0.26% | - |
| HSV(B) | 64.89º | 1% | 0.53% | - |
| XYZ | 16.98 | 21.61 | 3.28 | - |
| YUV | 116.32 | 62.36 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 0 | 0.08 | 0 | 1 | 0.47 | 64.89 | 1 | 0.26 |
| Hex | 7C | 87 | 0 | 8 | 0 | 64 | 2F | 41 | 64 | 1A |
| Octal | 174 | 207 | 0 | 10 | 0 | 144 | 57 | 101 | 144 | 32 |
| Binary | 1111100 | 10000111 | 0 | 1000 | 0 | 1100100 | 101111 | 1000001 | 1100100 | 11010 |
Color Harmonies of #7C8700
Complementary color
Monochromatic Colors of #7C8700
Black with #7C8700
Text Example
Text Example
White with #7C8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8700; }
p { color: rgb(124,135,0); }
H1.HeaderClassName
{
color: #7C8700;
}
.AnyTagClassName
{
color: #7C8700;
}
</style>
background-color css
<style>
a { background-color: #7C8700; }
a { background-color: rgb(124,135,0); }
div.DivClassName
{
background-color: #7C8700;
}
.BgClassName
{
background-color: #7C8700;
}
</style>
border-color css
<style>
span { border-color: #7C8700; }
span { border-color: rgb(124,135,0); }
td.TdClassName
{
border-color: #7C8700;
}
.TagClassName
{
border-color: #7C8700;
}
</style>