Shades of Christi #7AA409
Tints of Christi #7AA409
RGB
CMYK
RGB Variations
Color information
#7AA409 (or 0x7AA409) is known color: Christi. HEX triplet: 7A, A4 and 09. RGB value is (122,164,9). Sum of RGB (Red+Green+Blue) = 122+164+9=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA409 is #855BF6. Grayscale: #868686. Windows color (decimal): -8739831 or 631930. OLE color: 631930.
HSL color Cylindrical-coordinate representation of color #7AA409: hue angle of 76.26º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AA409 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.36 |
| HSL | 76.26º | 0.9% | 0.34% | - |
| HSV(B) | 76.26º | 0.95% | 0.64% | - |
| XYZ | 21.35 | 30.71 | 5.06 | - |
| YUV | 133.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 9 | 0.26 | 0 | 0.95 | 0.36 | 76.26 | 0.9 | 0.34 |
| Hex | 7A | A4 | 9 | 1A | 0 | 5F | 24 | 4C | 5A | 22 |
| Octal | 172 | 244 | 11 | 32 | 0 | 137 | 44 | 114 | 132 | 42 |
| Binary | 1111010 | 10100100 | 1001 | 11010 | 0 | 1011111 | 100100 | 1001100 | 1011010 | 100010 |
Color Harmonies of #7AA409
Complementary color
Monochromatic Colors of #7AA409
Black with #7AA409
Text Example
Text Example
White with #7AA409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA409; }
p { color: rgb(122,164,9); }
H1.HeaderClassName
{
color: #7AA409;
}
.AnyTagClassName
{
color: #7AA409;
}
</style>
background-color css
<style>
a { background-color: #7AA409; }
a { background-color: rgb(122,164,9); }
div.DivClassName
{
background-color: #7AA409;
}
.BgClassName
{
background-color: #7AA409;
}
</style>
border-color css
<style>
span { border-color: #7AA409; }
span { border-color: rgb(122,164,9); }
td.TdClassName
{
border-color: #7AA409;
}
.TagClassName
{
border-color: #7AA409;
}
</style>