Shades of Christi #7AAA0C
Tints of Christi #7AAA0C
RGB
CMYK
RGB Variations
Color information
#7AAA0C (or 0x7AAA0C) is known color: Christi. HEX triplet: 7A, AA and 0C. RGB value is (122,170,12). Sum of RGB (Red+Green+Blue) = 122+170+12=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA0C is #8555F3. Grayscale: #8A8A8A. Windows color (decimal): -8738292 or 830074. OLE color: 830074.
HSL color Cylindrical-coordinate representation of color #7AAA0C: hue angle of 78.23º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AAA0C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.33 |
| HSL | 78.23º | 0.87% | 0.36% | - |
| HSV(B) | 78.23º | 0.93% | 0.67% | - |
| XYZ | 22.47 | 32.91 | 5.52 | - |
| YUV | 137.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 12 | 0.28 | 0 | 0.93 | 0.33 | 78.23 | 0.87 | 0.36 |
| Hex | 7A | AA | C | 1C | 0 | 5D | 21 | 4E | 57 | 24 |
| Octal | 172 | 252 | 14 | 34 | 0 | 135 | 41 | 116 | 127 | 44 |
| Binary | 1111010 | 10101010 | 1100 | 11100 | 0 | 1011101 | 100001 | 1001110 | 1010111 | 100100 |
Color Harmonies of #7AAA0C
Complementary color
Monochromatic Colors of #7AAA0C
Black with #7AAA0C
Text Example
Text Example
White with #7AAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA0C; }
p { color: rgb(122,170,12); }
H1.HeaderClassName
{
color: #7AAA0C;
}
.AnyTagClassName
{
color: #7AAA0C;
}
</style>
background-color css
<style>
a { background-color: #7AAA0C; }
a { background-color: rgb(122,170,12); }
div.DivClassName
{
background-color: #7AAA0C;
}
.BgClassName
{
background-color: #7AAA0C;
}
</style>
border-color css
<style>
span { border-color: #7AAA0C; }
span { border-color: rgb(122,170,12); }
td.TdClassName
{
border-color: #7AAA0C;
}
.TagClassName
{
border-color: #7AAA0C;
}
</style>