Shades of Christi #7AA600
Tints of Christi #7AA600
RGB
CMYK
RGB Variations
Color information
#7AA600 (or 0x7AA600) is known color: Christi. HEX triplet: 7A, A6 and 00. RGB value is (122,166,0). Sum of RGB (Red+Green+Blue) = 122+166+0=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA600 is #8559FF. Grayscale: #868686. Windows color (decimal): -8739328 or 42618. OLE color: 42618.
HSL color Cylindrical-coordinate representation of color #7AA600: hue angle of 75.9º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AA600 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.35 |
| HSL | 75.9º | 1% | 0.33% | - |
| HSV(B) | 75.9º | 1% | 0.65% | - |
| XYZ | 21.66 | 31.41 | 4.92 | - |
| YUV | 133.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 0 | 0.27 | 0 | 1 | 0.35 | 75.9 | 1 | 0.33 |
| Hex | 7A | A6 | 0 | 1B | 0 | 64 | 23 | 4C | 64 | 21 |
| Octal | 172 | 246 | 0 | 33 | 0 | 144 | 43 | 114 | 144 | 41 |
| Binary | 1111010 | 10100110 | 0 | 11011 | 0 | 1100100 | 100011 | 1001100 | 1100100 | 100001 |
Color Harmonies of #7AA600
Complementary color
Monochromatic Colors of #7AA600
Black with #7AA600
Text Example
Text Example
White with #7AA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA600; }
p { color: rgb(122,166,0); }
H1.HeaderClassName
{
color: #7AA600;
}
.AnyTagClassName
{
color: #7AA600;
}
</style>
background-color css
<style>
a { background-color: #7AA600; }
a { background-color: rgb(122,166,0); }
div.DivClassName
{
background-color: #7AA600;
}
.BgClassName
{
background-color: #7AA600;
}
</style>
border-color css
<style>
span { border-color: #7AA600; }
span { border-color: rgb(122,166,0); }
td.TdClassName
{
border-color: #7AA600;
}
.TagClassName
{
border-color: #7AA600;
}
</style>