Shades of Christi #7AA507
Tints of Christi #7AA507
RGB
CMYK
RGB Variations
Color information
#7AA507 (or 0x7AA507) is known color: Christi. HEX triplet: 7A, A5 and 07. RGB value is (122,165,7). Sum of RGB (Red+Green+Blue) = 122+165+7=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA507 is #855AF8. Grayscale: #868686. Windows color (decimal): -8739577 or 501114. OLE color: 501114.
HSL color Cylindrical-coordinate representation of color #7AA507: hue angle of 76.33º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AA507 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.35 |
| HSL | 76.33º | 0.92% | 0.34% | - |
| HSV(B) | 76.33º | 0.96% | 0.65% | - |
| XYZ | 21.52 | 31.06 | 5.06 | - |
| YUV | 134.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 7 | 0.26 | 0 | 0.96 | 0.35 | 76.33 | 0.92 | 0.34 |
| Hex | 7A | A5 | 7 | 1A | 0 | 60 | 23 | 4C | 5C | 22 |
| Octal | 172 | 245 | 7 | 32 | 0 | 140 | 43 | 114 | 134 | 42 |
| Binary | 1111010 | 10100101 | 111 | 11010 | 0 | 1100000 | 100011 | 1001100 | 1011100 | 100010 |
Color Harmonies of #7AA507
Complementary color
Monochromatic Colors of #7AA507
Black with #7AA507
Text Example
Text Example
White with #7AA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA507; }
p { color: rgb(122,165,7); }
H1.HeaderClassName
{
color: #7AA507;
}
.AnyTagClassName
{
color: #7AA507;
}
</style>
background-color css
<style>
a { background-color: #7AA507; }
a { background-color: rgb(122,165,7); }
div.DivClassName
{
background-color: #7AA507;
}
.BgClassName
{
background-color: #7AA507;
}
</style>
border-color css
<style>
span { border-color: #7AA507; }
span { border-color: rgb(122,165,7); }
td.TdClassName
{
border-color: #7AA507;
}
.TagClassName
{
border-color: #7AA507;
}
</style>