Shades of Christi #7AA505
Tints of Christi #7AA505
RGB
CMYK
RGB Variations
Color information
#7AA505 (or 0x7AA505) is known color: Christi. HEX triplet: 7A, A5 and 05. RGB value is (122,165,5). Sum of RGB (Red+Green+Blue) = 122+165+5=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA505 is #855AFA. Grayscale: #868686. Windows color (decimal): -8739579 or 370042. OLE color: 370042.
HSL color Cylindrical-coordinate representation of color #7AA505: hue angle of 76.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AA505 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 5 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.35 |
| HSL | 76.13º | 0.94% | 0.33% | - |
| HSV(B) | 76.13º | 0.97% | 0.65% | - |
| XYZ | 21.51 | 31.06 | 5 | - |
| YUV | 133.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 5 | 0.26 | 0 | 0.97 | 0.35 | 76.13 | 0.94 | 0.33 |
| Hex | 7A | A5 | 5 | 1A | 0 | 61 | 23 | 4C | 5E | 21 |
| Octal | 172 | 245 | 5 | 32 | 0 | 141 | 43 | 114 | 136 | 41 |
| Binary | 1111010 | 10100101 | 101 | 11010 | 0 | 1100001 | 100011 | 1001100 | 1011110 | 100001 |
Color Harmonies of #7AA505
Complementary color
Monochromatic Colors of #7AA505
Black with #7AA505
Text Example
Text Example
White with #7AA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA505; }
p { color: rgb(122,165,5); }
H1.HeaderClassName
{
color: #7AA505;
}
.AnyTagClassName
{
color: #7AA505;
}
</style>
background-color css
<style>
a { background-color: #7AA505; }
a { background-color: rgb(122,165,5); }
div.DivClassName
{
background-color: #7AA505;
}
.BgClassName
{
background-color: #7AA505;
}
</style>
border-color css
<style>
span { border-color: #7AA505; }
span { border-color: rgb(122,165,5); }
td.TdClassName
{
border-color: #7AA505;
}
.TagClassName
{
border-color: #7AA505;
}
</style>