Shades of Olive #7C8F04
Tints of Olive #7C8F04
RGB
CMYK
RGB Variations
Color information
#7C8F04 (or 0x7C8F04) is known color: Olive. HEX triplet: 7C, 8F and 04. RGB value is (124,143,4). Sum of RGB (Red+Green+Blue) = 124+143+4=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8F04 is #8370FB. Grayscale: #7A7A7A. Windows color (decimal): -8614140 or 298876. OLE color: 298876.
HSL color Cylindrical-coordinate representation of color #7C8F04: hue angle of 68.2º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C8F04 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 143 | 4 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.44 |
| HSL | 68.2º | 0.95% | 0.29% | - |
| HSV(B) | 68.2º | 0.97% | 0.56% | - |
| XYZ | 18.16 | 23.94 | 3.78 | - |
| YUV | 121.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 4 | 0.13 | 0 | 0.97 | 0.44 | 68.2 | 0.95 | 0.29 |
| Hex | 7C | 8F | 4 | D | 0 | 61 | 2C | 44 | 5F | 1D |
| Octal | 174 | 217 | 4 | 15 | 0 | 141 | 54 | 104 | 137 | 35 |
| Binary | 1111100 | 10001111 | 100 | 1101 | 0 | 1100001 | 101100 | 1000100 | 1011111 | 11101 |
Color Harmonies of #7C8F04
Complementary color
Monochromatic Colors of #7C8F04
Black with #7C8F04
Text Example
Text Example
White with #7C8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8F04; }
p { color: rgb(124,143,4); }
H1.HeaderClassName
{
color: #7C8F04;
}
.AnyTagClassName
{
color: #7C8F04;
}
</style>
background-color css
<style>
a { background-color: #7C8F04; }
a { background-color: rgb(124,143,4); }
div.DivClassName
{
background-color: #7C8F04;
}
.BgClassName
{
background-color: #7C8F04;
}
</style>
border-color css
<style>
span { border-color: #7C8F04; }
span { border-color: rgb(124,143,4); }
td.TdClassName
{
border-color: #7C8F04;
}
.TagClassName
{
border-color: #7C8F04;
}
</style>