Shades of Christi #7AAA07
Tints of Christi #7AAA07
RGB
CMYK
RGB Variations
Color information
#7AAA07 (or 0x7AAA07) is known color: Christi. HEX triplet: 7A, AA and 07. RGB value is (122,170,7). Sum of RGB (Red+Green+Blue) = 122+170+7=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA07 is #8555F8. Grayscale: #898989. Windows color (decimal): -8738297 or 502394. OLE color: 502394.
HSL color Cylindrical-coordinate representation of color #7AAA07: hue angle of 77.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AAA07 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 7 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.33 |
| HSL | 77.67º | 0.92% | 0.35% | - |
| HSV(B) | 77.67º | 0.96% | 0.67% | - |
| XYZ | 22.44 | 32.9 | 5.37 | - |
| YUV | 137.07 | 54.6 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 7 | 0.28 | 0 | 0.96 | 0.33 | 77.67 | 0.92 | 0.35 |
| Hex | 7A | AA | 7 | 1C | 0 | 60 | 21 | 4E | 5C | 23 |
| Octal | 172 | 252 | 7 | 34 | 0 | 140 | 41 | 116 | 134 | 43 |
| Binary | 1111010 | 10101010 | 111 | 11100 | 0 | 1100000 | 100001 | 1001110 | 1011100 | 100011 |
Color Harmonies of #7AAA07
Complementary color
Monochromatic Colors of #7AAA07
Black with #7AAA07
Text Example
Text Example
White with #7AAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA07; }
p { color: rgb(122,170,7); }
H1.HeaderClassName
{
color: #7AAA07;
}
.AnyTagClassName
{
color: #7AAA07;
}
</style>
background-color css
<style>
a { background-color: #7AAA07; }
a { background-color: rgb(122,170,7); }
div.DivClassName
{
background-color: #7AAA07;
}
.BgClassName
{
background-color: #7AAA07;
}
</style>
border-color css
<style>
span { border-color: #7AAA07; }
span { border-color: rgb(122,170,7); }
td.TdClassName
{
border-color: #7AAA07;
}
.TagClassName
{
border-color: #7AAA07;
}
</style>