Shades of Christi #7AAC03
Tints of Christi #7AAC03
RGB
CMYK
RGB Variations
Color information
#7AAC03 (or 0x7AAC03) is known color: Christi. HEX triplet: 7A, AC and 03. RGB value is (122,172,3). Sum of RGB (Red+Green+Blue) = 122+172+3=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAC03 is #8553FC. Grayscale: #8A8A8A. Windows color (decimal): -8737789 or 240762. OLE color: 240762.
HSL color Cylindrical-coordinate representation of color #7AAC03: hue angle of 77.75º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AAC03 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.33 |
| HSL | 77.75º | 0.97% | 0.34% | - |
| HSV(B) | 77.75º | 0.98% | 0.67% | - |
| XYZ | 22.8 | 33.65 | 5.38 | - |
| YUV | 137.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 3 | 0.29 | 0 | 0.98 | 0.33 | 77.75 | 0.97 | 0.34 |
| Hex | 7A | AC | 3 | 1D | 0 | 62 | 21 | 4E | 61 | 22 |
| Octal | 172 | 254 | 3 | 35 | 0 | 142 | 41 | 116 | 141 | 42 |
| Binary | 1111010 | 10101100 | 11 | 11101 | 0 | 1100010 | 100001 | 1001110 | 1100001 | 100010 |
Color Harmonies of #7AAC03
Complementary color
Monochromatic Colors of #7AAC03
Black with #7AAC03
Text Example
Text Example
White with #7AAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC03; }
p { color: rgb(122,172,3); }
H1.HeaderClassName
{
color: #7AAC03;
}
.AnyTagClassName
{
color: #7AAC03;
}
</style>
background-color css
<style>
a { background-color: #7AAC03; }
a { background-color: rgb(122,172,3); }
div.DivClassName
{
background-color: #7AAC03;
}
.BgClassName
{
background-color: #7AAC03;
}
</style>
border-color css
<style>
span { border-color: #7AAC03; }
span { border-color: rgb(122,172,3); }
td.TdClassName
{
border-color: #7AAC03;
}
.TagClassName
{
border-color: #7AAC03;
}
</style>