Shades of Christi #7CA202
Tints of Christi #7CA202
RGB
CMYK
RGB Variations
Color information
#7CA202 (or 0x7CA202) is known color: Christi. HEX triplet: 7C, A2 and 02. RGB value is (124,162,2). Sum of RGB (Red+Green+Blue) = 124+162+2=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA202 is #835DFD. Grayscale: #858585. Windows color (decimal): -8609278 or 172668. OLE color: 172668.
HSL color Cylindrical-coordinate representation of color #7CA202: hue angle of 74.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CA202 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.36 |
| HSL | 74.25º | 0.98% | 0.32% | - |
| HSV(B) | 74.25º | 0.99% | 0.64% | - |
| XYZ | 21.24 | 30.13 | 4.75 | - |
| YUV | 132.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 2 | 0.23 | 0 | 0.99 | 0.36 | 74.25 | 0.98 | 0.32 |
| Hex | 7C | A2 | 2 | 17 | 0 | 63 | 24 | 4A | 62 | 20 |
| Octal | 174 | 242 | 2 | 27 | 0 | 143 | 44 | 112 | 142 | 40 |
| Binary | 1111100 | 10100010 | 10 | 10111 | 0 | 1100011 | 100100 | 1001010 | 1100010 | 100000 |
Color Harmonies of #7CA202
Complementary color
Monochromatic Colors of #7CA202
Black with #7CA202
Text Example
Text Example
White with #7CA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA202; }
p { color: rgb(124,162,2); }
H1.HeaderClassName
{
color: #7CA202;
}
.AnyTagClassName
{
color: #7CA202;
}
</style>
background-color css
<style>
a { background-color: #7CA202; }
a { background-color: rgb(124,162,2); }
div.DivClassName
{
background-color: #7CA202;
}
.BgClassName
{
background-color: #7CA202;
}
</style>
border-color css
<style>
span { border-color: #7CA202; }
span { border-color: rgb(124,162,2); }
td.TdClassName
{
border-color: #7CA202;
}
.TagClassName
{
border-color: #7CA202;
}
</style>