Shades of Christi #7AB600
Tints of Christi #7AB600
RGB
CMYK
RGB Variations
Color information
#7AB600 (or 0x7AB600) is known color: Christi. HEX triplet: 7A, B6 and 00. RGB value is (122,182,0). Sum of RGB (Red+Green+Blue) = 122+182+0=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 182 (71.48% from 255 or 59.87% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB600 is #8549FF. Grayscale: #8F8F8F. Windows color (decimal): -8735232 or 46714. OLE color: 46714.
HSL color Cylindrical-coordinate representation of color #7AB600: hue angle of 79.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AB600 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.29 |
| HSL | 79.78º | 1% | 0.36% | - |
| HSV(B) | 79.78º | 1% | 0.71% | - |
| XYZ | 24.75 | 37.59 | 5.95 | - |
| YUV | 143.31 | 47.12 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 0 | 0.33 | 0 | 1 | 0.29 | 79.78 | 1 | 0.36 |
| Hex | 7A | B6 | 0 | 21 | 0 | 64 | 1D | 50 | 64 | 24 |
| Octal | 172 | 266 | 0 | 41 | 0 | 144 | 35 | 120 | 144 | 44 |
| Binary | 1111010 | 10110110 | 0 | 100001 | 0 | 1100100 | 11101 | 1010000 | 1100100 | 100100 |
Color Harmonies of #7AB600
Complementary color
Monochromatic Colors of #7AB600
Black with #7AB600
Text Example
Text Example
White with #7AB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB600; }
p { color: rgb(122,182,0); }
H1.HeaderClassName
{
color: #7AB600;
}
.AnyTagClassName
{
color: #7AB600;
}
</style>
background-color css
<style>
a { background-color: #7AB600; }
a { background-color: rgb(122,182,0); }
div.DivClassName
{
background-color: #7AB600;
}
.BgClassName
{
background-color: #7AB600;
}
</style>
border-color css
<style>
span { border-color: #7AB600; }
span { border-color: rgb(122,182,0); }
td.TdClassName
{
border-color: #7AB600;
}
.TagClassName
{
border-color: #7AB600;
}
</style>