Shades of Christi #7AA705
Tints of Christi #7AA705
RGB
CMYK
RGB Variations
Color information
#7AA705 (or 0x7AA705) is known color: Christi. HEX triplet: 7A, A7 and 05. RGB value is (122,167,5). Sum of RGB (Red+Green+Blue) = 122+167+5=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA705 is #8558FA. Grayscale: #878787. Windows color (decimal): -8739067 or 370554. OLE color: 370554.
HSL color Cylindrical-coordinate representation of color #7AA705: hue angle of 76.67º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AA705 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.35 |
| HSL | 76.67º | 0.94% | 0.34% | - |
| HSV(B) | 76.67º | 0.97% | 0.65% | - |
| XYZ | 21.87 | 31.79 | 5.13 | - |
| YUV | 135.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 5 | 0.27 | 0 | 0.97 | 0.35 | 76.67 | 0.94 | 0.34 |
| Hex | 7A | A7 | 5 | 1B | 0 | 61 | 23 | 4D | 5E | 22 |
| Octal | 172 | 247 | 5 | 33 | 0 | 141 | 43 | 115 | 136 | 42 |
| Binary | 1111010 | 10100111 | 101 | 11011 | 0 | 1100001 | 100011 | 1001101 | 1011110 | 100010 |
Color Harmonies of #7AA705
Complementary color
Monochromatic Colors of #7AA705
Black with #7AA705
Text Example
Text Example
White with #7AA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA705; }
p { color: rgb(122,167,5); }
H1.HeaderClassName
{
color: #7AA705;
}
.AnyTagClassName
{
color: #7AA705;
}
</style>
background-color css
<style>
a { background-color: #7AA705; }
a { background-color: rgb(122,167,5); }
div.DivClassName
{
background-color: #7AA705;
}
.BgClassName
{
background-color: #7AA705;
}
</style>
border-color css
<style>
span { border-color: #7AA705; }
span { border-color: rgb(122,167,5); }
td.TdClassName
{
border-color: #7AA705;
}
.TagClassName
{
border-color: #7AA705;
}
</style>