Shades of Christi #7AAA0B
Tints of Christi #7AAA0B
RGB
CMYK
RGB Variations
Color information
#7AAA0B (or 0x7AAA0B) is known color: Christi. HEX triplet: 7A, AA and 0B. RGB value is (122,170,11). Sum of RGB (Red+Green+Blue) = 122+170+11=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA0B is #8555F4. Grayscale: #8A8A8A. Windows color (decimal): -8738293 or 764538. OLE color: 764538.
HSL color Cylindrical-coordinate representation of color #7AAA0B: hue angle of 78.11º degrees, saturation: 0.88, 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 #7AAA0B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.33 |
| HSL | 78.11º | 0.88% | 0.35% | - |
| HSV(B) | 78.11º | 0.94% | 0.67% | - |
| XYZ | 22.46 | 32.91 | 5.49 | - |
| YUV | 137.52 | 56.6 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 11 | 0.28 | 0 | 0.94 | 0.33 | 78.11 | 0.88 | 0.35 |
| Hex | 7A | AA | B | 1C | 0 | 5E | 21 | 4E | 58 | 23 |
| Octal | 172 | 252 | 13 | 34 | 0 | 136 | 41 | 116 | 130 | 43 |
| Binary | 1111010 | 10101010 | 1011 | 11100 | 0 | 1011110 | 100001 | 1001110 | 1011000 | 100011 |
Color Harmonies of #7AAA0B
Complementary color
Monochromatic Colors of #7AAA0B
Black with #7AAA0B
Text Example
Text Example
White with #7AAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA0B; }
p { color: rgb(122,170,11); }
H1.HeaderClassName
{
color: #7AAA0B;
}
.AnyTagClassName
{
color: #7AAA0B;
}
</style>
background-color css
<style>
a { background-color: #7AAA0B; }
a { background-color: rgb(122,170,11); }
div.DivClassName
{
background-color: #7AAA0B;
}
.BgClassName
{
background-color: #7AAA0B;
}
</style>
border-color css
<style>
span { border-color: #7AAA0B; }
span { border-color: rgb(122,170,11); }
td.TdClassName
{
border-color: #7AAA0B;
}
.TagClassName
{
border-color: #7AAA0B;
}
</style>