Shades of Christi #7AAB0A
Tints of Christi #7AAB0A
RGB
CMYK
RGB Variations
Color information
#7AAB0A (or 0x7AAB0A) is known color: Christi. HEX triplet: 7A, AB and 0A. RGB value is (122,171,10). Sum of RGB (Red+Green+Blue) = 122+171+10=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAB0A is #8554F5. Grayscale: #8A8A8A. Windows color (decimal): -8738038 or 699258. OLE color: 699258.
HSL color Cylindrical-coordinate representation of color #7AAB0A: hue angle of 78.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AAB0A is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 10 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.33 |
| HSL | 78.26º | 0.89% | 0.35% | - |
| HSV(B) | 78.26º | 0.94% | 0.67% | - |
| XYZ | 22.64 | 33.29 | 5.52 | - |
| YUV | 138 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 10 | 0.29 | 0 | 0.94 | 0.33 | 78.26 | 0.89 | 0.35 |
| Hex | 7A | AB | A | 1D | 0 | 5E | 21 | 4E | 59 | 23 |
| Octal | 172 | 253 | 12 | 35 | 0 | 136 | 41 | 116 | 131 | 43 |
| Binary | 1111010 | 10101011 | 1010 | 11101 | 0 | 1011110 | 100001 | 1001110 | 1011001 | 100011 |
Color Harmonies of #7AAB0A
Complementary color
Monochromatic Colors of #7AAB0A
Black with #7AAB0A
Text Example
Text Example
White with #7AAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB0A; }
p { color: rgb(122,171,10); }
H1.HeaderClassName
{
color: #7AAB0A;
}
.AnyTagClassName
{
color: #7AAB0A;
}
</style>
background-color css
<style>
a { background-color: #7AAB0A; }
a { background-color: rgb(122,171,10); }
div.DivClassName
{
background-color: #7AAB0A;
}
.BgClassName
{
background-color: #7AAB0A;
}
</style>
border-color css
<style>
span { border-color: #7AAB0A; }
span { border-color: rgb(122,171,10); }
td.TdClassName
{
border-color: #7AAB0A;
}
.TagClassName
{
border-color: #7AAB0A;
}
</style>