Shades of Christi #7CA002
Tints of Christi #7CA002
RGB
CMYK
RGB Variations
Color information
#7CA002 (or 0x7CA002) is known color: Christi. HEX triplet: 7C, A0 and 02. RGB value is (124,160,2). Sum of RGB (Red+Green+Blue) = 124+160+2=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA002 is #835FFD. Grayscale: #838383. Windows color (decimal): -8609790 or 172156. OLE color: 172156.
HSL color Cylindrical-coordinate representation of color #7CA002: hue angle of 73.67º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CA002 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.37 |
| HSL | 73.67º | 0.98% | 0.32% | - |
| HSV(B) | 73.67º | 0.99% | 0.63% | - |
| XYZ | 20.89 | 29.43 | 4.64 | - |
| YUV | 131.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 2 | 0.22 | 0 | 0.99 | 0.37 | 73.67 | 0.98 | 0.32 |
| Hex | 7C | A0 | 2 | 16 | 0 | 63 | 25 | 4A | 62 | 20 |
| Octal | 174 | 240 | 2 | 26 | 0 | 143 | 45 | 112 | 142 | 40 |
| Binary | 1111100 | 10100000 | 10 | 10110 | 0 | 1100011 | 100101 | 1001010 | 1100010 | 100000 |
Color Harmonies of #7CA002
Complementary color
Monochromatic Colors of #7CA002
Black with #7CA002
Text Example
Text Example
White with #7CA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA002; }
p { color: rgb(124,160,2); }
H1.HeaderClassName
{
color: #7CA002;
}
.AnyTagClassName
{
color: #7CA002;
}
</style>
background-color css
<style>
a { background-color: #7CA002; }
a { background-color: rgb(124,160,2); }
div.DivClassName
{
background-color: #7CA002;
}
.BgClassName
{
background-color: #7CA002;
}
</style>
border-color css
<style>
span { border-color: #7CA002; }
span { border-color: rgb(124,160,2); }
td.TdClassName
{
border-color: #7CA002;
}
.TagClassName
{
border-color: #7CA002;
}
</style>