Shades of Christi #7AB905
Tints of Christi #7AB905
RGB
CMYK
RGB Variations
Color information
#7AB905 (or 0x7AB905) is known color: Christi. HEX triplet: 7A, B9 and 05. RGB value is (122,185,5). Sum of RGB (Red+Green+Blue) = 122+185+5=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB905 is #8546FA. Grayscale: #929292. Windows color (decimal): -8734459 or 375162. OLE color: 375162.
HSL color Cylindrical-coordinate representation of color #7AB905: hue angle of 81º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AB905 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 5 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.27 |
| HSL | 81º | 0.95% | 0.37% | - |
| HSV(B) | 81º | 0.97% | 0.73% | - |
| XYZ | 25.4 | 38.85 | 6.3 | - |
| YUV | 145.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 5 | 0.34 | 0 | 0.97 | 0.27 | 81 | 0.95 | 0.37 |
| Hex | 7A | B9 | 5 | 22 | 0 | 61 | 1B | 51 | 5F | 25 |
| Octal | 172 | 271 | 5 | 42 | 0 | 141 | 33 | 121 | 137 | 45 |
| Binary | 1111010 | 10111001 | 101 | 100010 | 0 | 1100001 | 11011 | 1010001 | 1011111 | 100101 |
Color Harmonies of #7AB905
Complementary color
Monochromatic Colors of #7AB905
Black with #7AB905
Text Example
Text Example
White with #7AB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB905; }
p { color: rgb(122,185,5); }
H1.HeaderClassName
{
color: #7AB905;
}
.AnyTagClassName
{
color: #7AB905;
}
</style>
background-color css
<style>
a { background-color: #7AB905; }
a { background-color: rgb(122,185,5); }
div.DivClassName
{
background-color: #7AB905;
}
.BgClassName
{
background-color: #7AB905;
}
</style>
border-color css
<style>
span { border-color: #7AB905; }
span { border-color: rgb(122,185,5); }
td.TdClassName
{
border-color: #7AB905;
}
.TagClassName
{
border-color: #7AB905;
}
</style>