Shades of Christi #7CA602
Tints of Christi #7CA602
RGB
CMYK
RGB Variations
Color information
#7CA602 (or 0x7CA602) is known color: Christi. HEX triplet: 7C, A6 and 02. RGB value is (124,166,2). Sum of RGB (Red+Green+Blue) = 124+166+2=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA602 is #8359FD. Grayscale: #878787. Windows color (decimal): -8608254 or 173692. OLE color: 173692.
HSL color Cylindrical-coordinate representation of color #7CA602: hue angle of 75.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CA602 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.35 |
| HSL | 75.37º | 0.98% | 0.33% | - |
| HSV(B) | 75.37º | 0.99% | 0.65% | - |
| XYZ | 21.96 | 31.56 | 4.99 | - |
| YUV | 134.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 2 | 0.25 | 0 | 0.99 | 0.35 | 75.37 | 0.98 | 0.33 |
| Hex | 7C | A6 | 2 | 19 | 0 | 63 | 23 | 4B | 62 | 21 |
| Octal | 174 | 246 | 2 | 31 | 0 | 143 | 43 | 113 | 142 | 41 |
| Binary | 1111100 | 10100110 | 10 | 11001 | 0 | 1100011 | 100011 | 1001011 | 1100010 | 100001 |
Color Harmonies of #7CA602
Complementary color
Monochromatic Colors of #7CA602
Black with #7CA602
Text Example
Text Example
White with #7CA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA602; }
p { color: rgb(124,166,2); }
H1.HeaderClassName
{
color: #7CA602;
}
.AnyTagClassName
{
color: #7CA602;
}
</style>
background-color css
<style>
a { background-color: #7CA602; }
a { background-color: rgb(124,166,2); }
div.DivClassName
{
background-color: #7CA602;
}
.BgClassName
{
background-color: #7CA602;
}
</style>
border-color css
<style>
span { border-color: #7CA602; }
span { border-color: rgb(124,166,2); }
td.TdClassName
{
border-color: #7CA602;
}
.TagClassName
{
border-color: #7CA602;
}
</style>