Shades of Christi #7AA413
Tints of Christi #7AA413
RGB
CMYK
RGB Variations
Color information
#7AA413 (or 0x7AA413) is known color: Christi. HEX triplet: 7A, A4 and 13. RGB value is (122,164,19). Sum of RGB (Red+Green+Blue) = 122+164+19=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA413 is #855BEC. Grayscale: #878787. Windows color (decimal): -8739821 or 1287290. OLE color: 1287290.
HSL color Cylindrical-coordinate representation of color #7AA413: hue angle of 77.38º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AA413 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 19 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.36 |
| HSL | 77.38º | 0.79% | 0.36% | - |
| HSV(B) | 77.38º | 0.88% | 0.64% | - |
| XYZ | 21.42 | 30.74 | 5.42 | - |
| YUV | 134.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 19 | 0.26 | 0 | 0.88 | 0.36 | 77.38 | 0.79 | 0.36 |
| Hex | 7A | A4 | 13 | 1A | 0 | 58 | 24 | 4D | 4F | 24 |
| Octal | 172 | 244 | 23 | 32 | 0 | 130 | 44 | 115 | 117 | 44 |
| Binary | 1111010 | 10100100 | 10011 | 11010 | 0 | 1011000 | 100100 | 1001101 | 1001111 | 100100 |
Color Harmonies of #7AA413
Complementary color
Monochromatic Colors of #7AA413
Black with #7AA413
Text Example
Text Example
White with #7AA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA413; }
p { color: rgb(122,164,19); }
H1.HeaderClassName
{
color: #7AA413;
}
.AnyTagClassName
{
color: #7AA413;
}
</style>
background-color css
<style>
a { background-color: #7AA413; }
a { background-color: rgb(122,164,19); }
div.DivClassName
{
background-color: #7AA413;
}
.BgClassName
{
background-color: #7AA413;
}
</style>
border-color css
<style>
span { border-color: #7AA413; }
span { border-color: rgb(122,164,19); }
td.TdClassName
{
border-color: #7AA413;
}
.TagClassName
{
border-color: #7AA413;
}
</style>