Shades of Christi #7AA106
Tints of Christi #7AA106
RGB
CMYK
RGB Variations
Color information
#7AA106 (or 0x7AA106) is known color: Christi. HEX triplet: 7A, A1 and 06. RGB value is (122,161,6). Sum of RGB (Red+Green+Blue) = 122+161+6=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA106 is #855EF9. Grayscale: #848484. Windows color (decimal): -8740602 or 434554. OLE color: 434554.
HSL color Cylindrical-coordinate representation of color #7AA106: hue angle of 75.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AA106 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 6 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.37 |
| HSL | 75.1º | 0.93% | 0.33% | - |
| HSV(B) | 75.1º | 0.96% | 0.63% | - |
| XYZ | 20.8 | 29.64 | 4.8 | - |
| YUV | 131.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 6 | 0.24 | 0 | 0.96 | 0.37 | 75.1 | 0.93 | 0.33 |
| Hex | 7A | A1 | 6 | 18 | 0 | 60 | 25 | 4B | 5D | 21 |
| Octal | 172 | 241 | 6 | 30 | 0 | 140 | 45 | 113 | 135 | 41 |
| Binary | 1111010 | 10100001 | 110 | 11000 | 0 | 1100000 | 100101 | 1001011 | 1011101 | 100001 |
Color Harmonies of #7AA106
Complementary color
Monochromatic Colors of #7AA106
Black with #7AA106
Text Example
Text Example
White with #7AA106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA106; }
p { color: rgb(122,161,6); }
H1.HeaderClassName
{
color: #7AA106;
}
.AnyTagClassName
{
color: #7AA106;
}
</style>
background-color css
<style>
a { background-color: #7AA106; }
a { background-color: rgb(122,161,6); }
div.DivClassName
{
background-color: #7AA106;
}
.BgClassName
{
background-color: #7AA106;
}
</style>
border-color css
<style>
span { border-color: #7AA106; }
span { border-color: rgb(122,161,6); }
td.TdClassName
{
border-color: #7AA106;
}
.TagClassName
{
border-color: #7AA106;
}
</style>