Shades of Christi #7AB701
Tints of Christi #7AB701
RGB
CMYK
RGB Variations
Color information
#7AB701 (or 0x7AB701) is known color: Christi. HEX triplet: 7A, B7 and 01. RGB value is (122,183,1). Sum of RGB (Red+Green+Blue) = 122+183+1=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB701 is #8548FE. Grayscale: #909090. Windows color (decimal): -8734975 or 112506. OLE color: 112506.
HSL color Cylindrical-coordinate representation of color #7AB701: hue angle of 80.11º 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 #7AB701 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.28 |
| HSL | 80.11º | 0.99% | 0.36% | - |
| HSV(B) | 80.11º | 0.99% | 0.72% | - |
| XYZ | 24.97 | 38.01 | 6.05 | - |
| YUV | 144.01 | 47.29 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 1 | 0.33 | 0 | 0.99 | 0.28 | 80.11 | 0.99 | 0.36 |
| Hex | 7A | B7 | 1 | 21 | 0 | 63 | 1C | 50 | 63 | 24 |
| Octal | 172 | 267 | 1 | 41 | 0 | 143 | 34 | 120 | 143 | 44 |
| Binary | 1111010 | 10110111 | 1 | 100001 | 0 | 1100011 | 11100 | 1010000 | 1100011 | 100100 |
Color Harmonies of #7AB701
Complementary color
Monochromatic Colors of #7AB701
Black with #7AB701
Text Example
Text Example
White with #7AB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB701; }
p { color: rgb(122,183,1); }
H1.HeaderClassName
{
color: #7AB701;
}
.AnyTagClassName
{
color: #7AB701;
}
</style>
background-color css
<style>
a { background-color: #7AB701; }
a { background-color: rgb(122,183,1); }
div.DivClassName
{
background-color: #7AB701;
}
.BgClassName
{
background-color: #7AB701;
}
</style>
border-color css
<style>
span { border-color: #7AB701; }
span { border-color: rgb(122,183,1); }
td.TdClassName
{
border-color: #7AB701;
}
.TagClassName
{
border-color: #7AB701;
}
</style>