Shades of Christi #7AAA0D
Tints of Christi #7AAA0D
RGB
CMYK
RGB Variations
Color information
#7AAA0D (or 0x7AAA0D) is known color: Christi. HEX triplet: 7A, AA and 0D. RGB value is (122,170,13). Sum of RGB (Red+Green+Blue) = 122+170+13=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA0D is #8555F2. Grayscale: #8A8A8A. Windows color (decimal): -8738291 or 895610. OLE color: 895610.
HSL color Cylindrical-coordinate representation of color #7AAA0D: hue angle of 78.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AAA0D is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 13 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.33 |
| HSL | 78.34º | 0.86% | 0.36% | - |
| HSV(B) | 78.34º | 0.92% | 0.67% | - |
| XYZ | 22.47 | 32.92 | 5.55 | - |
| YUV | 137.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 13 | 0.28 | 0 | 0.92 | 0.33 | 78.34 | 0.86 | 0.36 |
| Hex | 7A | AA | D | 1C | 0 | 5C | 21 | 4E | 56 | 24 |
| Octal | 172 | 252 | 15 | 34 | 0 | 134 | 41 | 116 | 126 | 44 |
| Binary | 1111010 | 10101010 | 1101 | 11100 | 0 | 1011100 | 100001 | 1001110 | 1010110 | 100100 |
Color Harmonies of #7AAA0D
Complementary color
Monochromatic Colors of #7AAA0D
Black with #7AAA0D
Text Example
Text Example
White with #7AAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA0D; }
p { color: rgb(122,170,13); }
H1.HeaderClassName
{
color: #7AAA0D;
}
.AnyTagClassName
{
color: #7AAA0D;
}
</style>
background-color css
<style>
a { background-color: #7AAA0D; }
a { background-color: rgb(122,170,13); }
div.DivClassName
{
background-color: #7AAA0D;
}
.BgClassName
{
background-color: #7AAA0D;
}
</style>
border-color css
<style>
span { border-color: #7AAA0D; }
span { border-color: rgb(122,170,13); }
td.TdClassName
{
border-color: #7AAA0D;
}
.TagClassName
{
border-color: #7AAA0D;
}
</style>