Shades of Christi #7AAC0A
Tints of Christi #7AAC0A
RGB
CMYK
RGB Variations
Color information
#7AAC0A (or 0x7AAC0A) is known color: Christi. HEX triplet: 7A, AC and 0A. RGB value is (122,172,10). Sum of RGB (Red+Green+Blue) = 122+172+10=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAC0A is #8553F5. Grayscale: #8B8B8B. Windows color (decimal): -8737782 or 699514. OLE color: 699514.
HSL color Cylindrical-coordinate representation of color #7AAC0A: hue angle of 78.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AAC0A is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 10 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.33 |
| HSL | 78.52º | 0.89% | 0.36% | - |
| HSV(B) | 78.52º | 0.94% | 0.67% | - |
| XYZ | 22.83 | 33.66 | 5.58 | - |
| YUV | 138.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 10 | 0.29 | 0 | 0.94 | 0.33 | 78.52 | 0.89 | 0.36 |
| Hex | 7A | AC | A | 1D | 0 | 5E | 21 | 4F | 59 | 24 |
| Octal | 172 | 254 | 12 | 35 | 0 | 136 | 41 | 117 | 131 | 44 |
| Binary | 1111010 | 10101100 | 1010 | 11101 | 0 | 1011110 | 100001 | 1001111 | 1011001 | 100100 |
Color Harmonies of #7AAC0A
Complementary color
Monochromatic Colors of #7AAC0A
Black with #7AAC0A
Text Example
Text Example
White with #7AAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC0A; }
p { color: rgb(122,172,10); }
H1.HeaderClassName
{
color: #7AAC0A;
}
.AnyTagClassName
{
color: #7AAC0A;
}
</style>
background-color css
<style>
a { background-color: #7AAC0A; }
a { background-color: rgb(122,172,10); }
div.DivClassName
{
background-color: #7AAC0A;
}
.BgClassName
{
background-color: #7AAC0A;
}
</style>
border-color css
<style>
span { border-color: #7AAC0A; }
span { border-color: rgb(122,172,10); }
td.TdClassName
{
border-color: #7AAC0A;
}
.TagClassName
{
border-color: #7AAC0A;
}
</style>