Shades of Christi #7AAB07
Tints of Christi #7AAB07
RGB
CMYK
RGB Variations
Color information
#7AAB07 (or 0x7AAB07) is known color: Christi. HEX triplet: 7A, AB and 07. RGB value is (122,171,7). Sum of RGB (Red+Green+Blue) = 122+171+7=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAB07 is #8554F8. Grayscale: #8A8A8A. Windows color (decimal): -8738041 or 502650. OLE color: 502650.
HSL color Cylindrical-coordinate representation of color #7AAB07: hue angle of 77.93º 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 #7AAB07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.33 |
| HSL | 77.93º | 0.92% | 0.35% | - |
| HSV(B) | 77.93º | 0.96% | 0.67% | - |
| XYZ | 22.63 | 33.28 | 5.43 | - |
| YUV | 137.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 7 | 0.29 | 0 | 0.96 | 0.33 | 77.93 | 0.92 | 0.35 |
| Hex | 7A | AB | 7 | 1D | 0 | 60 | 21 | 4E | 5C | 23 |
| Octal | 172 | 253 | 7 | 35 | 0 | 140 | 41 | 116 | 134 | 43 |
| Binary | 1111010 | 10101011 | 111 | 11101 | 0 | 1100000 | 100001 | 1001110 | 1011100 | 100011 |
Color Harmonies of #7AAB07
Complementary color
Monochromatic Colors of #7AAB07
Black with #7AAB07
Text Example
Text Example
White with #7AAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB07; }
p { color: rgb(122,171,7); }
H1.HeaderClassName
{
color: #7AAB07;
}
.AnyTagClassName
{
color: #7AAB07;
}
</style>
background-color css
<style>
a { background-color: #7AAB07; }
a { background-color: rgb(122,171,7); }
div.DivClassName
{
background-color: #7AAB07;
}
.BgClassName
{
background-color: #7AAB07;
}
</style>
border-color css
<style>
span { border-color: #7AAB07; }
span { border-color: rgb(122,171,7); }
td.TdClassName
{
border-color: #7AAB07;
}
.TagClassName
{
border-color: #7AAB07;
}
</style>