Shades of Christi #7AA700
Tints of Christi #7AA700
RGB
CMYK
RGB Variations
Color information
#7AA700 (or 0x7AA700) is known color: Christi. HEX triplet: 7A, A7 and 00. RGB value is (122,167,0). Sum of RGB (Red+Green+Blue) = 122+167+0=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA700 is #8558FF. Grayscale: #878787. Windows color (decimal): -8739072 or 42874. OLE color: 42874.
HSL color Cylindrical-coordinate representation of color #7AA700: hue angle of 76.17º 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 #7AA700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.35 |
| HSL | 76.17º | 1% | 0.33% | - |
| HSV(B) | 76.17º | 1% | 0.65% | - |
| XYZ | 21.84 | 31.78 | 4.98 | - |
| YUV | 134.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 0 | 0.27 | 0 | 1 | 0.35 | 76.17 | 1 | 0.33 |
| Hex | 7A | A7 | 0 | 1B | 0 | 64 | 23 | 4C | 64 | 21 |
| Octal | 172 | 247 | 0 | 33 | 0 | 144 | 43 | 114 | 144 | 41 |
| Binary | 1111010 | 10100111 | 0 | 11011 | 0 | 1100100 | 100011 | 1001100 | 1100100 | 100001 |
Color Harmonies of #7AA700
Complementary color
Monochromatic Colors of #7AA700
Black with #7AA700
Text Example
Text Example
White with #7AA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA700; }
p { color: rgb(122,167,0); }
H1.HeaderClassName
{
color: #7AA700;
}
.AnyTagClassName
{
color: #7AA700;
}
</style>
background-color css
<style>
a { background-color: #7AA700; }
a { background-color: rgb(122,167,0); }
div.DivClassName
{
background-color: #7AA700;
}
.BgClassName
{
background-color: #7AA700;
}
</style>
border-color css
<style>
span { border-color: #7AA700; }
span { border-color: rgb(122,167,0); }
td.TdClassName
{
border-color: #7AA700;
}
.TagClassName
{
border-color: #7AA700;
}
</style>