Shades of Christi #7AA608
Tints of Christi #7AA608
RGB
CMYK
RGB Variations
Color information
#7AA608 (or 0x7AA608) is known color: Christi. HEX triplet: 7A, A6 and 08. RGB value is (122,166,8). Sum of RGB (Red+Green+Blue) = 122+166+8=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA608 is #8559F7. Grayscale: #878787. Windows color (decimal): -8739320 or 566906. OLE color: 566906.
HSL color Cylindrical-coordinate representation of color #7AA608: hue angle of 76.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AA608 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 8 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.35 |
| HSL | 76.71º | 0.91% | 0.34% | - |
| HSV(B) | 76.71º | 0.95% | 0.65% | - |
| XYZ | 21.71 | 31.43 | 5.15 | - |
| YUV | 134.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 8 | 0.27 | 0 | 0.95 | 0.35 | 76.71 | 0.91 | 0.34 |
| Hex | 7A | A6 | 8 | 1B | 0 | 5F | 23 | 4D | 5B | 22 |
| Octal | 172 | 246 | 10 | 33 | 0 | 137 | 43 | 115 | 133 | 42 |
| Binary | 1111010 | 10100110 | 1000 | 11011 | 0 | 1011111 | 100011 | 1001101 | 1011011 | 100010 |
Color Harmonies of #7AA608
Complementary color
Monochromatic Colors of #7AA608
Black with #7AA608
Text Example
Text Example
White with #7AA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA608; }
p { color: rgb(122,166,8); }
H1.HeaderClassName
{
color: #7AA608;
}
.AnyTagClassName
{
color: #7AA608;
}
</style>
background-color css
<style>
a { background-color: #7AA608; }
a { background-color: rgb(122,166,8); }
div.DivClassName
{
background-color: #7AA608;
}
.BgClassName
{
background-color: #7AA608;
}
</style>
border-color css
<style>
span { border-color: #7AA608; }
span { border-color: rgb(122,166,8); }
td.TdClassName
{
border-color: #7AA608;
}
.TagClassName
{
border-color: #7AA608;
}
</style>