Shades of Christi #7AB705
Tints of Christi #7AB705
RGB
CMYK
RGB Variations
Color information
#7AB705 (or 0x7AB705) is known color: Christi. HEX triplet: 7A, B7 and 05. RGB value is (122,183,5). Sum of RGB (Red+Green+Blue) = 122+183+5=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB705 is #8548FA. Grayscale: #919191. Windows color (decimal): -8734971 or 374650. OLE color: 374650.
HSL color Cylindrical-coordinate representation of color #7AB705: hue angle of 80.56º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AB705 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.28 |
| HSL | 80.56º | 0.95% | 0.37% | - |
| HSV(B) | 80.56º | 0.97% | 0.72% | - |
| XYZ | 24.99 | 38.02 | 6.16 | - |
| YUV | 144.47 | 49.29 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 5 | 0.33 | 0 | 0.97 | 0.28 | 80.56 | 0.95 | 0.37 |
| Hex | 7A | B7 | 5 | 21 | 0 | 61 | 1C | 51 | 5F | 25 |
| Octal | 172 | 267 | 5 | 41 | 0 | 141 | 34 | 121 | 137 | 45 |
| Binary | 1111010 | 10110111 | 101 | 100001 | 0 | 1100001 | 11100 | 1010001 | 1011111 | 100101 |
Color Harmonies of #7AB705
Complementary color
Monochromatic Colors of #7AB705
Black with #7AB705
Text Example
Text Example
White with #7AB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB705; }
p { color: rgb(122,183,5); }
H1.HeaderClassName
{
color: #7AB705;
}
.AnyTagClassName
{
color: #7AB705;
}
</style>
background-color css
<style>
a { background-color: #7AB705; }
a { background-color: rgb(122,183,5); }
div.DivClassName
{
background-color: #7AB705;
}
.BgClassName
{
background-color: #7AB705;
}
</style>
border-color css
<style>
span { border-color: #7AB705; }
span { border-color: rgb(122,183,5); }
td.TdClassName
{
border-color: #7AB705;
}
.TagClassName
{
border-color: #7AB705;
}
</style>