Shades of Christi #7AA105
Tints of Christi #7AA105
RGB
CMYK
RGB Variations
Color information
#7AA105 (or 0x7AA105) is known color: Christi. HEX triplet: 7A, A1 and 05. RGB value is (122,161,5). Sum of RGB (Red+Green+Blue) = 122+161+5=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA105 is #855EFA. Grayscale: #848484. Windows color (decimal): -8740603 or 369018. OLE color: 369018.
HSL color Cylindrical-coordinate representation of color #7AA105: hue angle of 75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AA105 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 5 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.37 |
| HSL | 75º | 0.94% | 0.33% | - |
| HSV(B) | 75º | 0.97% | 0.63% | - |
| XYZ | 20.8 | 29.64 | 4.77 | - |
| YUV | 131.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 5 | 0.24 | 0 | 0.97 | 0.37 | 75 | 0.94 | 0.33 |
| Hex | 7A | A1 | 5 | 18 | 0 | 61 | 25 | 4B | 5E | 21 |
| Octal | 172 | 241 | 5 | 30 | 0 | 141 | 45 | 113 | 136 | 41 |
| Binary | 1111010 | 10100001 | 101 | 11000 | 0 | 1100001 | 100101 | 1001011 | 1011110 | 100001 |
Color Harmonies of #7AA105
Complementary color
Monochromatic Colors of #7AA105
Black with #7AA105
Text Example
Text Example
White with #7AA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA105; }
p { color: rgb(122,161,5); }
H1.HeaderClassName
{
color: #7AA105;
}
.AnyTagClassName
{
color: #7AA105;
}
</style>
background-color css
<style>
a { background-color: #7AA105; }
a { background-color: rgb(122,161,5); }
div.DivClassName
{
background-color: #7AA105;
}
.BgClassName
{
background-color: #7AA105;
}
</style>
border-color css
<style>
span { border-color: #7AA105; }
span { border-color: rgb(122,161,5); }
td.TdClassName
{
border-color: #7AA105;
}
.TagClassName
{
border-color: #7AA105;
}
</style>