Shades of Olive #7A930D
Tints of Olive #7A930D
RGB
CMYK
RGB Variations
Color information
#7A930D (or 0x7A930D) is known color: Olive. HEX triplet: 7A, 93 and 0D. RGB value is (122,147,13). Sum of RGB (Red+Green+Blue) = 122+147+13=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #7A930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A930D is #856CF2. Grayscale: #7C7C7C. Windows color (decimal): -8744179 or 889722. OLE color: 889722.
HSL color Cylindrical-coordinate representation of color #7A930D: hue angle of 71.19º 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 #7A930D is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 13 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.42 |
| HSL | 71.19º | 0.84% | 0.31% | - |
| HSV(B) | 71.19º | 0.91% | 0.58% | - |
| XYZ | 18.53 | 25.03 | 4.24 | - |
| YUV | 124.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 13 | 0.17 | 0 | 0.91 | 0.42 | 71.19 | 0.84 | 0.31 |
| Hex | 7A | 93 | D | 11 | 0 | 5B | 2A | 47 | 54 | 1F |
| Octal | 172 | 223 | 15 | 21 | 0 | 133 | 52 | 107 | 124 | 37 |
| Binary | 1111010 | 10010011 | 1101 | 10001 | 0 | 1011011 | 101010 | 1000111 | 1010100 | 11111 |
Color Harmonies of #7A930D
Complementary color
Monochromatic Colors of #7A930D
Black with #7A930D
Text Example
Text Example
White with #7A930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A930D; }
p { color: rgb(122,147,13); }
H1.HeaderClassName
{
color: #7A930D;
}
.AnyTagClassName
{
color: #7A930D;
}
</style>
background-color css
<style>
a { background-color: #7A930D; }
a { background-color: rgb(122,147,13); }
div.DivClassName
{
background-color: #7A930D;
}
.BgClassName
{
background-color: #7A930D;
}
</style>
border-color css
<style>
span { border-color: #7A930D; }
span { border-color: rgb(122,147,13); }
td.TdClassName
{
border-color: #7A930D;
}
.TagClassName
{
border-color: #7A930D;
}
</style>