Shades of Olive #7C930D
Tints of Olive #7C930D
RGB
CMYK
RGB Variations
Color information
#7C930D (or 0x7C930D) is known color: Olive. HEX triplet: 7C, 93 and 0D. RGB value is (124,147,13). Sum of RGB (Red+Green+Blue) = 124+147+13=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #7C930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C930D is #836CF2. Grayscale: #7D7D7D. Windows color (decimal): -8613107 or 889724. OLE color: 889724.
HSL color Cylindrical-coordinate representation of color #7C930D: hue angle of 70.3º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C930D is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 13 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.42 |
| HSL | 70.3º | 0.84% | 0.31% | - |
| HSV(B) | 70.3º | 0.91% | 0.58% | - |
| XYZ | 18.82 | 25.18 | 4.25 | - |
| YUV | 124.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 13 | 0.16 | 0 | 0.91 | 0.42 | 70.3 | 0.84 | 0.31 |
| Hex | 7C | 93 | D | 10 | 0 | 5B | 2A | 46 | 54 | 1F |
| Octal | 174 | 223 | 15 | 20 | 0 | 133 | 52 | 106 | 124 | 37 |
| Binary | 1111100 | 10010011 | 1101 | 10000 | 0 | 1011011 | 101010 | 1000110 | 1010100 | 11111 |
Color Harmonies of #7C930D
Complementary color
Monochromatic Colors of #7C930D
Black with #7C930D
Text Example
Text Example
White with #7C930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C930D; }
p { color: rgb(124,147,13); }
H1.HeaderClassName
{
color: #7C930D;
}
.AnyTagClassName
{
color: #7C930D;
}
</style>
background-color css
<style>
a { background-color: #7C930D; }
a { background-color: rgb(124,147,13); }
div.DivClassName
{
background-color: #7C930D;
}
.BgClassName
{
background-color: #7C930D;
}
</style>
border-color css
<style>
span { border-color: #7C930D; }
span { border-color: rgb(124,147,13); }
td.TdClassName
{
border-color: #7C930D;
}
.TagClassName
{
border-color: #7C930D;
}
</style>