Shades of Christi #7AA609
Tints of Christi #7AA609
RGB
CMYK
RGB Variations
Color information
#7AA609 (or 0x7AA609) is known color: Christi. HEX triplet: 7A, A6 and 09. RGB value is (122,166,9). Sum of RGB (Red+Green+Blue) = 122+166+9=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA609 is #8559F6. Grayscale: #878787. Windows color (decimal): -8739319 or 632442. OLE color: 632442.
HSL color Cylindrical-coordinate representation of color #7AA609: hue angle of 76.82º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AA609 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.35 |
| HSL | 76.82º | 0.9% | 0.34% | - |
| HSV(B) | 76.82º | 0.95% | 0.65% | - |
| XYZ | 21.71 | 31.43 | 5.18 | - |
| YUV | 134.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 9 | 0.27 | 0 | 0.95 | 0.35 | 76.82 | 0.9 | 0.34 |
| Hex | 7A | A6 | 9 | 1B | 0 | 5F | 23 | 4D | 5A | 22 |
| Octal | 172 | 246 | 11 | 33 | 0 | 137 | 43 | 115 | 132 | 42 |
| Binary | 1111010 | 10100110 | 1001 | 11011 | 0 | 1011111 | 100011 | 1001101 | 1011010 | 100010 |
Color Harmonies of #7AA609
Complementary color
Monochromatic Colors of #7AA609
Black with #7AA609
Text Example
Text Example
White with #7AA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA609; }
p { color: rgb(122,166,9); }
H1.HeaderClassName
{
color: #7AA609;
}
.AnyTagClassName
{
color: #7AA609;
}
</style>
background-color css
<style>
a { background-color: #7AA609; }
a { background-color: rgb(122,166,9); }
div.DivClassName
{
background-color: #7AA609;
}
.BgClassName
{
background-color: #7AA609;
}
</style>
border-color css
<style>
span { border-color: #7AA609; }
span { border-color: rgb(122,166,9); }
td.TdClassName
{
border-color: #7AA609;
}
.TagClassName
{
border-color: #7AA609;
}
</style>