Shades of Christi #7CAC04
Tints of Christi #7CAC04
RGB
CMYK
RGB Variations
Color information
#7CAC04 (or 0x7CAC04) is known color: Christi. HEX triplet: 7C, AC and 04. RGB value is (124,172,4). Sum of RGB (Red+Green+Blue) = 124+172+4=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC04 is #8353FB. Grayscale: #8B8B8B. Windows color (decimal): -8606716 or 306300. OLE color: 306300.
HSL color Cylindrical-coordinate representation of color #7CAC04: hue angle of 77.14º 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 #7CAC04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.33 |
| HSL | 77.14º | 0.95% | 0.35% | - |
| HSV(B) | 77.14º | 0.98% | 0.67% | - |
| XYZ | 23.09 | 33.8 | 5.42 | - |
| YUV | 138.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 4 | 0.28 | 0 | 0.98 | 0.33 | 77.14 | 0.95 | 0.35 |
| Hex | 7C | AC | 4 | 1C | 0 | 62 | 21 | 4D | 5F | 23 |
| Octal | 174 | 254 | 4 | 34 | 0 | 142 | 41 | 115 | 137 | 43 |
| Binary | 1111100 | 10101100 | 100 | 11100 | 0 | 1100010 | 100001 | 1001101 | 1011111 | 100011 |
Color Harmonies of #7CAC04
Complementary color
Monochromatic Colors of #7CAC04
Black with #7CAC04
Text Example
Text Example
White with #7CAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC04; }
p { color: rgb(124,172,4); }
H1.HeaderClassName
{
color: #7CAC04;
}
.AnyTagClassName
{
color: #7CAC04;
}
</style>
background-color css
<style>
a { background-color: #7CAC04; }
a { background-color: rgb(124,172,4); }
div.DivClassName
{
background-color: #7CAC04;
}
.BgClassName
{
background-color: #7CAC04;
}
</style>
border-color css
<style>
span { border-color: #7CAC04; }
span { border-color: rgb(124,172,4); }
td.TdClassName
{
border-color: #7CAC04;
}
.TagClassName
{
border-color: #7CAC04;
}
</style>