Shades of Christi #7AB407
Tints of Christi #7AB407
RGB
CMYK
RGB Variations
Color information
#7AB407 (or 0x7AB407) is known color: Christi. HEX triplet: 7A, B4 and 07. RGB value is (122,180,7). Sum of RGB (Red+Green+Blue) = 122+180+7=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB407 is #854BF8. Grayscale: #8F8F8F. Windows color (decimal): -8735737 or 504954. OLE color: 504954.
HSL color Cylindrical-coordinate representation of color #7AB407: hue angle of 80.12º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AB407 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.29 |
| HSL | 80.12º | 0.93% | 0.37% | - |
| HSV(B) | 80.12º | 0.96% | 0.71% | - |
| XYZ | 24.39 | 36.8 | 6.02 | - |
| YUV | 142.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 7 | 0.32 | 0 | 0.96 | 0.29 | 80.12 | 0.93 | 0.37 |
| Hex | 7A | B4 | 7 | 20 | 0 | 60 | 1D | 50 | 5D | 25 |
| Octal | 172 | 264 | 7 | 40 | 0 | 140 | 35 | 120 | 135 | 45 |
| Binary | 1111010 | 10110100 | 111 | 100000 | 0 | 1100000 | 11101 | 1010000 | 1011101 | 100101 |
Color Harmonies of #7AB407
Complementary color
Monochromatic Colors of #7AB407
Black with #7AB407
Text Example
Text Example
White with #7AB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB407; }
p { color: rgb(122,180,7); }
H1.HeaderClassName
{
color: #7AB407;
}
.AnyTagClassName
{
color: #7AB407;
}
</style>
background-color css
<style>
a { background-color: #7AB407; }
a { background-color: rgb(122,180,7); }
div.DivClassName
{
background-color: #7AB407;
}
.BgClassName
{
background-color: #7AB407;
}
</style>
border-color css
<style>
span { border-color: #7AB407; }
span { border-color: rgb(122,180,7); }
td.TdClassName
{
border-color: #7AB407;
}
.TagClassName
{
border-color: #7AB407;
}
</style>