Shades of Christi #7AB801
Tints of Christi #7AB801
RGB
CMYK
RGB Variations
Color information
#7AB801 (or 0x7AB801) is known color: Christi. HEX triplet: 7A, B8 and 01. RGB value is (122,184,1). Sum of RGB (Red+Green+Blue) = 122+184+1=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB801 is #8547FE. Grayscale: #919191. Windows color (decimal): -8734719 or 112762. OLE color: 112762.
HSL color Cylindrical-coordinate representation of color #7AB801: hue angle of 80.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AB801 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.28 |
| HSL | 80.33º | 0.99% | 0.36% | - |
| HSV(B) | 80.33º | 0.99% | 0.72% | - |
| XYZ | 25.17 | 38.42 | 6.12 | - |
| YUV | 144.6 | 46.96 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 1 | 0.34 | 0 | 0.99 | 0.28 | 80.33 | 0.99 | 0.36 |
| Hex | 7A | B8 | 1 | 22 | 0 | 63 | 1C | 50 | 63 | 24 |
| Octal | 172 | 270 | 1 | 42 | 0 | 143 | 34 | 120 | 143 | 44 |
| Binary | 1111010 | 10111000 | 1 | 100010 | 0 | 1100011 | 11100 | 1010000 | 1100011 | 100100 |
Color Harmonies of #7AB801
Complementary color
Monochromatic Colors of #7AB801
Black with #7AB801
Text Example
Text Example
White with #7AB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB801; }
p { color: rgb(122,184,1); }
H1.HeaderClassName
{
color: #7AB801;
}
.AnyTagClassName
{
color: #7AB801;
}
</style>
background-color css
<style>
a { background-color: #7AB801; }
a { background-color: rgb(122,184,1); }
div.DivClassName
{
background-color: #7AB801;
}
.BgClassName
{
background-color: #7AB801;
}
</style>
border-color css
<style>
span { border-color: #7AB801; }
span { border-color: rgb(122,184,1); }
td.TdClassName
{
border-color: #7AB801;
}
.TagClassName
{
border-color: #7AB801;
}
</style>