Shades of Christi #7CAC02
Tints of Christi #7CAC02
RGB
CMYK
RGB Variations
Color information
#7CAC02 (or 0x7CAC02) is known color: Christi. HEX triplet: 7C, AC and 02. RGB value is (124,172,2). Sum of RGB (Red+Green+Blue) = 124+172+2=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC02 is #8353FD. Grayscale: #8A8A8A. Windows color (decimal): -8606718 or 175228. OLE color: 175228.
HSL color Cylindrical-coordinate representation of color #7CAC02: hue angle of 76.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CAC02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.33 |
| HSL | 76.94º | 0.98% | 0.34% | - |
| HSV(B) | 76.94º | 0.99% | 0.67% | - |
| XYZ | 23.08 | 33.79 | 5.36 | - |
| YUV | 138.27 | 51.1 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 2 | 0.28 | 0 | 0.99 | 0.33 | 76.94 | 0.98 | 0.34 |
| Hex | 7C | AC | 2 | 1C | 0 | 63 | 21 | 4D | 62 | 22 |
| Octal | 174 | 254 | 2 | 34 | 0 | 143 | 41 | 115 | 142 | 42 |
| Binary | 1111100 | 10101100 | 10 | 11100 | 0 | 1100011 | 100001 | 1001101 | 1100010 | 100010 |
Color Harmonies of #7CAC02
Complementary color
Monochromatic Colors of #7CAC02
Black with #7CAC02
Text Example
Text Example
White with #7CAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC02; }
p { color: rgb(124,172,2); }
H1.HeaderClassName
{
color: #7CAC02;
}
.AnyTagClassName
{
color: #7CAC02;
}
</style>
background-color css
<style>
a { background-color: #7CAC02; }
a { background-color: rgb(124,172,2); }
div.DivClassName
{
background-color: #7CAC02;
}
.BgClassName
{
background-color: #7CAC02;
}
</style>
border-color css
<style>
span { border-color: #7CAC02; }
span { border-color: rgb(124,172,2); }
td.TdClassName
{
border-color: #7CAC02;
}
.TagClassName
{
border-color: #7CAC02;
}
</style>