Shades of Christi #7AAA10
Tints of Christi #7AAA10
RGB
CMYK
RGB Variations
Color information
#7AAA10 (or 0x7AAA10) is known color: Christi. HEX triplet: 7A, AA and 10. RGB value is (122,170,16). Sum of RGB (Red+Green+Blue) = 122+170+16=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA10 is #8555EF. Grayscale: #8A8A8A. Windows color (decimal): -8738288 or 1092218. OLE color: 1092218.
HSL color Cylindrical-coordinate representation of color #7AAA10: hue angle of 78.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AAA10 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 16 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.33 |
| HSL | 78.7º | 0.83% | 0.36% | - |
| HSV(B) | 78.7º | 0.91% | 0.67% | - |
| XYZ | 22.49 | 32.92 | 5.66 | - |
| YUV | 138.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 16 | 0.28 | 0 | 0.91 | 0.33 | 78.7 | 0.83 | 0.36 |
| Hex | 7A | AA | 10 | 1C | 0 | 5B | 21 | 4F | 53 | 24 |
| Octal | 172 | 252 | 20 | 34 | 0 | 133 | 41 | 117 | 123 | 44 |
| Binary | 1111010 | 10101010 | 10000 | 11100 | 0 | 1011011 | 100001 | 1001111 | 1010011 | 100100 |
Color Harmonies of #7AAA10
Complementary color
Monochromatic Colors of #7AAA10
Black with #7AAA10
Text Example
Text Example
White with #7AAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA10; }
p { color: rgb(122,170,16); }
H1.HeaderClassName
{
color: #7AAA10;
}
.AnyTagClassName
{
color: #7AAA10;
}
</style>
background-color css
<style>
a { background-color: #7AAA10; }
a { background-color: rgb(122,170,16); }
div.DivClassName
{
background-color: #7AAA10;
}
.BgClassName
{
background-color: #7AAA10;
}
</style>
border-color css
<style>
span { border-color: #7AAA10; }
span { border-color: rgb(122,170,16); }
td.TdClassName
{
border-color: #7AAA10;
}
.TagClassName
{
border-color: #7AAA10;
}
</style>