Shades of Olive #7C930C
Tints of Olive #7C930C
RGB
CMYK
RGB Variations
Color information
#7C930C (or 0x7C930C) is known color: Olive. HEX triplet: 7C, 93 and 0C. RGB value is (124,147,12). Sum of RGB (Red+Green+Blue) = 124+147+12=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #7C930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C930C is #836CF3. Grayscale: #7D7D7D. Windows color (decimal): -8613108 or 824188. OLE color: 824188.
HSL color Cylindrical-coordinate representation of color #7C930C: hue angle of 70.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C930C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 12 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.42 |
| HSL | 70.22º | 0.85% | 0.31% | - |
| HSV(B) | 70.22º | 0.92% | 0.58% | - |
| XYZ | 18.81 | 25.18 | 4.22 | - |
| YUV | 124.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 12 | 0.16 | 0 | 0.92 | 0.42 | 70.22 | 0.85 | 0.31 |
| Hex | 7C | 93 | C | 10 | 0 | 5C | 2A | 46 | 55 | 1F |
| Octal | 174 | 223 | 14 | 20 | 0 | 134 | 52 | 106 | 125 | 37 |
| Binary | 1111100 | 10010011 | 1100 | 10000 | 0 | 1011100 | 101010 | 1000110 | 1010101 | 11111 |
Color Harmonies of #7C930C
Complementary color
Monochromatic Colors of #7C930C
Black with #7C930C
Text Example
Text Example
White with #7C930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C930C; }
p { color: rgb(124,147,12); }
H1.HeaderClassName
{
color: #7C930C;
}
.AnyTagClassName
{
color: #7C930C;
}
</style>
background-color css
<style>
a { background-color: #7C930C; }
a { background-color: rgb(124,147,12); }
div.DivClassName
{
background-color: #7C930C;
}
.BgClassName
{
background-color: #7C930C;
}
</style>
border-color css
<style>
span { border-color: #7C930C; }
span { border-color: rgb(124,147,12); }
td.TdClassName
{
border-color: #7C930C;
}
.TagClassName
{
border-color: #7C930C;
}
</style>