Shades of Christi #7AA810
Tints of Christi #7AA810
RGB
CMYK
RGB Variations
Color information
#7AA810 (or 0x7AA810) is known color: Christi. HEX triplet: 7A, A8 and 10. RGB value is (122,168,16). Sum of RGB (Red+Green+Blue) = 122+168+16=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA810 is #8557EF. Grayscale: #898989. Windows color (decimal): -8738800 or 1091706. OLE color: 1091706.
HSL color Cylindrical-coordinate representation of color #7AA810: hue angle of 78.16º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AA810 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 16 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.34 |
| HSL | 78.16º | 0.83% | 0.36% | - |
| HSV(B) | 78.16º | 0.9% | 0.66% | - |
| XYZ | 22.12 | 32.18 | 5.54 | - |
| YUV | 136.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 16 | 0.27 | 0 | 0.90 | 0.34 | 78.16 | 0.83 | 0.36 |
| Hex | 7A | A8 | 10 | 1B | 0 | 5A | 22 | 4E | 53 | 24 |
| Octal | 172 | 250 | 20 | 33 | 0 | 132 | 42 | 116 | 123 | 44 |
| Binary | 1111010 | 10101000 | 10000 | 11011 | 0 | 1011010 | 100010 | 1001110 | 1010011 | 100100 |
Color Harmonies of #7AA810
Complementary color
Monochromatic Colors of #7AA810
Black with #7AA810
Text Example
Text Example
White with #7AA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA810; }
p { color: rgb(122,168,16); }
H1.HeaderClassName
{
color: #7AA810;
}
.AnyTagClassName
{
color: #7AA810;
}
</style>
background-color css
<style>
a { background-color: #7AA810; }
a { background-color: rgb(122,168,16); }
div.DivClassName
{
background-color: #7AA810;
}
.BgClassName
{
background-color: #7AA810;
}
</style>
border-color css
<style>
span { border-color: #7AA810; }
span { border-color: rgb(122,168,16); }
td.TdClassName
{
border-color: #7AA810;
}
.TagClassName
{
border-color: #7AA810;
}
</style>