Shades of Christi #7AAC09
Tints of Christi #7AAC09
RGB
CMYK
RGB Variations
Color information
#7AAC09 (or 0x7AAC09) is known color: Christi. HEX triplet: 7A, AC and 09. RGB value is (122,172,9). Sum of RGB (Red+Green+Blue) = 122+172+9=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAC09 is #8553F6. Grayscale: #8B8B8B. Windows color (decimal): -8737783 or 633978. OLE color: 633978.
HSL color Cylindrical-coordinate representation of color #7AAC09: hue angle of 78.4º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AAC09 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.33 |
| HSL | 78.4º | 0.9% | 0.35% | - |
| HSV(B) | 78.4º | 0.95% | 0.67% | - |
| XYZ | 22.83 | 33.66 | 5.55 | - |
| YUV | 138.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 9 | 0.29 | 0 | 0.95 | 0.33 | 78.4 | 0.9 | 0.35 |
| Hex | 7A | AC | 9 | 1D | 0 | 5F | 21 | 4E | 5A | 23 |
| Octal | 172 | 254 | 11 | 35 | 0 | 137 | 41 | 116 | 132 | 43 |
| Binary | 1111010 | 10101100 | 1001 | 11101 | 0 | 1011111 | 100001 | 1001110 | 1011010 | 100011 |
Color Harmonies of #7AAC09
Complementary color
Monochromatic Colors of #7AAC09
Black with #7AAC09
Text Example
Text Example
White with #7AAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC09; }
p { color: rgb(122,172,9); }
H1.HeaderClassName
{
color: #7AAC09;
}
.AnyTagClassName
{
color: #7AAC09;
}
</style>
background-color css
<style>
a { background-color: #7AAC09; }
a { background-color: rgb(122,172,9); }
div.DivClassName
{
background-color: #7AAC09;
}
.BgClassName
{
background-color: #7AAC09;
}
</style>
border-color css
<style>
span { border-color: #7AAC09; }
span { border-color: rgb(122,172,9); }
td.TdClassName
{
border-color: #7AAC09;
}
.TagClassName
{
border-color: #7AAC09;
}
</style>