Shades of Christi #7A9F09
Tints of Christi #7A9F09
RGB
CMYK
RGB Variations
Color information
#7A9F09 (or 0x7A9F09) is known color: Christi. HEX triplet: 7A, 9F and 09. RGB value is (122,159,9). Sum of RGB (Red+Green+Blue) = 122+159+9=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9F09 is #8560F6. Grayscale: #838383. Windows color (decimal): -8741111 or 630650. OLE color: 630650.
HSL color Cylindrical-coordinate representation of color #7A9F09: hue angle of 74.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A9F09 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 9 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.38 |
| HSL | 74.8º | 0.89% | 0.33% | - |
| HSV(B) | 74.8º | 0.94% | 0.62% | - |
| XYZ | 20.47 | 28.95 | 4.77 | - |
| YUV | 130.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 9 | 0.23 | 0 | 0.94 | 0.38 | 74.8 | 0.89 | 0.33 |
| Hex | 7A | 9F | 9 | 17 | 0 | 5E | 26 | 4B | 59 | 21 |
| Octal | 172 | 237 | 11 | 27 | 0 | 136 | 46 | 113 | 131 | 41 |
| Binary | 1111010 | 10011111 | 1001 | 10111 | 0 | 1011110 | 100110 | 1001011 | 1011001 | 100001 |
Color Harmonies of #7A9F09
Complementary color
Monochromatic Colors of #7A9F09
Black with #7A9F09
Text Example
Text Example
White with #7A9F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F09; }
p { color: rgb(122,159,9); }
H1.HeaderClassName
{
color: #7A9F09;
}
.AnyTagClassName
{
color: #7A9F09;
}
</style>
background-color css
<style>
a { background-color: #7A9F09; }
a { background-color: rgb(122,159,9); }
div.DivClassName
{
background-color: #7A9F09;
}
.BgClassName
{
background-color: #7A9F09;
}
</style>
border-color css
<style>
span { border-color: #7A9F09; }
span { border-color: rgb(122,159,9); }
td.TdClassName
{
border-color: #7A9F09;
}
.TagClassName
{
border-color: #7A9F09;
}
</style>