Shades of Christi #7AA008
Tints of Christi #7AA008
RGB
CMYK
RGB Variations
Color information
#7AA008 (or 0x7AA008) is known color: Christi. HEX triplet: 7A, A0 and 08. RGB value is (122,160,8). Sum of RGB (Red+Green+Blue) = 122+160+8=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA008 is #855FF7. Grayscale: #838383. Windows color (decimal): -8740856 or 565370. OLE color: 565370.
HSL color Cylindrical-coordinate representation of color #7AA008: hue angle of 75º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AA008 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 8 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.37 |
| HSL | 75º | 0.9% | 0.33% | - |
| HSV(B) | 75º | 0.95% | 0.63% | - |
| XYZ | 20.64 | 29.3 | 4.8 | - |
| YUV | 131.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 8 | 0.24 | 0 | 0.95 | 0.37 | 75 | 0.9 | 0.33 |
| Hex | 7A | A0 | 8 | 18 | 0 | 5F | 25 | 4B | 5A | 21 |
| Octal | 172 | 240 | 10 | 30 | 0 | 137 | 45 | 113 | 132 | 41 |
| Binary | 1111010 | 10100000 | 1000 | 11000 | 0 | 1011111 | 100101 | 1001011 | 1011010 | 100001 |
Color Harmonies of #7AA008
Complementary color
Monochromatic Colors of #7AA008
Black with #7AA008
Text Example
Text Example
White with #7AA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA008; }
p { color: rgb(122,160,8); }
H1.HeaderClassName
{
color: #7AA008;
}
.AnyTagClassName
{
color: #7AA008;
}
</style>
background-color css
<style>
a { background-color: #7AA008; }
a { background-color: rgb(122,160,8); }
div.DivClassName
{
background-color: #7AA008;
}
.BgClassName
{
background-color: #7AA008;
}
</style>
border-color css
<style>
span { border-color: #7AA008; }
span { border-color: rgb(122,160,8); }
td.TdClassName
{
border-color: #7AA008;
}
.TagClassName
{
border-color: #7AA008;
}
</style>