Shades of Olive #7A950C
Tints of Olive #7A950C
RGB
CMYK
RGB Variations
Color information
#7A950C (or 0x7A950C) is known color: Olive. HEX triplet: 7A, 95 and 0C. RGB value is (122,149,12). Sum of RGB (Red+Green+Blue) = 122+149+12=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #7A950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A950C is #856AF3. Grayscale: #7D7D7D. Windows color (decimal): -8743668 or 824698. OLE color: 824698.
HSL color Cylindrical-coordinate representation of color #7A950C: hue angle of 71.82º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A950C is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 12 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.42 |
| HSL | 71.82º | 0.85% | 0.32% | - |
| HSV(B) | 71.82º | 0.92% | 0.58% | - |
| XYZ | 18.84 | 25.66 | 4.31 | - |
| YUV | 125.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 12 | 0.18 | 0 | 0.92 | 0.42 | 71.82 | 0.85 | 0.32 |
| Hex | 7A | 95 | C | 12 | 0 | 5C | 2A | 48 | 55 | 20 |
| Octal | 172 | 225 | 14 | 22 | 0 | 134 | 52 | 110 | 125 | 40 |
| Binary | 1111010 | 10010101 | 1100 | 10010 | 0 | 1011100 | 101010 | 1001000 | 1010101 | 100000 |
Color Harmonies of #7A950C
Complementary color
Monochromatic Colors of #7A950C
Black with #7A950C
Text Example
Text Example
White with #7A950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A950C; }
p { color: rgb(122,149,12); }
H1.HeaderClassName
{
color: #7A950C;
}
.AnyTagClassName
{
color: #7A950C;
}
</style>
background-color css
<style>
a { background-color: #7A950C; }
a { background-color: rgb(122,149,12); }
div.DivClassName
{
background-color: #7A950C;
}
.BgClassName
{
background-color: #7A950C;
}
</style>
border-color css
<style>
span { border-color: #7A950C; }
span { border-color: rgb(122,149,12); }
td.TdClassName
{
border-color: #7A950C;
}
.TagClassName
{
border-color: #7A950C;
}
</style>