Shades of Christi #7AAC06
Tints of Christi #7AAC06
RGB
CMYK
RGB Variations
Color information
#7AAC06 (or 0x7AAC06) is known color: Christi. HEX triplet: 7A, AC and 06. RGB value is (122,172,6). Sum of RGB (Red+Green+Blue) = 122+172+6=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAC06 is #8553F9. Grayscale: #8A8A8A. Windows color (decimal): -8737786 or 437370. OLE color: 437370.
HSL color Cylindrical-coordinate representation of color #7AAC06: hue angle of 78.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AAC06 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.33 |
| HSL | 78.07º | 0.93% | 0.35% | - |
| HSV(B) | 78.07º | 0.97% | 0.67% | - |
| XYZ | 22.81 | 33.66 | 5.47 | - |
| YUV | 138.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 6 | 0.29 | 0 | 0.97 | 0.33 | 78.07 | 0.93 | 0.35 |
| Hex | 7A | AC | 6 | 1D | 0 | 61 | 21 | 4E | 5D | 23 |
| Octal | 172 | 254 | 6 | 35 | 0 | 141 | 41 | 116 | 135 | 43 |
| Binary | 1111010 | 10101100 | 110 | 11101 | 0 | 1100001 | 100001 | 1001110 | 1011101 | 100011 |
Color Harmonies of #7AAC06
Complementary color
Monochromatic Colors of #7AAC06
Black with #7AAC06
Text Example
Text Example
White with #7AAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC06; }
p { color: rgb(122,172,6); }
H1.HeaderClassName
{
color: #7AAC06;
}
.AnyTagClassName
{
color: #7AAC06;
}
</style>
background-color css
<style>
a { background-color: #7AAC06; }
a { background-color: rgb(122,172,6); }
div.DivClassName
{
background-color: #7AAC06;
}
.BgClassName
{
background-color: #7AAC06;
}
</style>
border-color css
<style>
span { border-color: #7AAC06; }
span { border-color: rgb(122,172,6); }
td.TdClassName
{
border-color: #7AAC06;
}
.TagClassName
{
border-color: #7AAC06;
}
</style>