Shades of Christi #7A9913
Tints of Christi #7A9913
RGB
CMYK
RGB Variations
Color information
#7A9913 (or 0x7A9913) is known color: Christi. HEX triplet: 7A, 99 and 13. RGB value is (122,153,19). Sum of RGB (Red+Green+Blue) = 122+153+19=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9913 is #8566EC. Grayscale: #808080. Windows color (decimal): -8742637 or 1284474. OLE color: 1284474.
HSL color Cylindrical-coordinate representation of color #7A9913: hue angle of 73.88º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A9913 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 19 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.4 |
| HSL | 73.88º | 0.78% | 0.34% | - |
| HSV(B) | 73.88º | 0.88% | 0.6% | - |
| XYZ | 19.53 | 26.97 | 4.79 | - |
| YUV | 128.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 19 | 0.20 | 0 | 0.88 | 0.4 | 73.88 | 0.78 | 0.34 |
| Hex | 7A | 99 | 13 | 14 | 0 | 58 | 28 | 4A | 4E | 22 |
| Octal | 172 | 231 | 23 | 24 | 0 | 130 | 50 | 112 | 116 | 42 |
| Binary | 1111010 | 10011001 | 10011 | 10100 | 0 | 1011000 | 101000 | 1001010 | 1001110 | 100010 |
Color Harmonies of #7A9913
Complementary color
Monochromatic Colors of #7A9913
Black with #7A9913
Text Example
Text Example
White with #7A9913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9913; }
p { color: rgb(122,153,19); }
H1.HeaderClassName
{
color: #7A9913;
}
.AnyTagClassName
{
color: #7A9913;
}
</style>
background-color css
<style>
a { background-color: #7A9913; }
a { background-color: rgb(122,153,19); }
div.DivClassName
{
background-color: #7A9913;
}
.BgClassName
{
background-color: #7A9913;
}
</style>
border-color css
<style>
span { border-color: #7A9913; }
span { border-color: rgb(122,153,19); }
td.TdClassName
{
border-color: #7A9913;
}
.TagClassName
{
border-color: #7A9913;
}
</style>