Shades of Christi #7AAC04
Tints of Christi #7AAC04
RGB
CMYK
RGB Variations
Color information
#7AAC04 (or 0x7AAC04) is known color: Christi. HEX triplet: 7A, AC and 04. RGB value is (122,172,4). Sum of RGB (Red+Green+Blue) = 122+172+4=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAC04 is #8553FB. Grayscale: #8A8A8A. Windows color (decimal): -8737788 or 306298. OLE color: 306298.
HSL color Cylindrical-coordinate representation of color #7AAC04: hue angle of 77.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AAC04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.33 |
| HSL | 77.86º | 0.95% | 0.35% | - |
| HSV(B) | 77.86º | 0.98% | 0.67% | - |
| XYZ | 22.8 | 33.65 | 5.41 | - |
| YUV | 137.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 4 | 0.29 | 0 | 0.98 | 0.33 | 77.86 | 0.95 | 0.35 |
| Hex | 7A | AC | 4 | 1D | 0 | 62 | 21 | 4E | 5F | 23 |
| Octal | 172 | 254 | 4 | 35 | 0 | 142 | 41 | 116 | 137 | 43 |
| Binary | 1111010 | 10101100 | 100 | 11101 | 0 | 1100010 | 100001 | 1001110 | 1011111 | 100011 |
Color Harmonies of #7AAC04
Complementary color
Monochromatic Colors of #7AAC04
Black with #7AAC04
Text Example
Text Example
White with #7AAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC04; }
p { color: rgb(122,172,4); }
H1.HeaderClassName
{
color: #7AAC04;
}
.AnyTagClassName
{
color: #7AAC04;
}
</style>
background-color css
<style>
a { background-color: #7AAC04; }
a { background-color: rgb(122,172,4); }
div.DivClassName
{
background-color: #7AAC04;
}
.BgClassName
{
background-color: #7AAC04;
}
</style>
border-color css
<style>
span { border-color: #7AAC04; }
span { border-color: rgb(122,172,4); }
td.TdClassName
{
border-color: #7AAC04;
}
.TagClassName
{
border-color: #7AAC04;
}
</style>