Shades of Christi #7CA501
Tints of Christi #7CA501
RGB
CMYK
RGB Variations
Color information
#7CA501 (or 0x7CA501) is known color: Christi. HEX triplet: 7C, A5 and 01. RGB value is (124,165,1). Sum of RGB (Red+Green+Blue) = 124+165+1=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA501 is #835AFE. Grayscale: #868686. Windows color (decimal): -8608511 or 107900. OLE color: 107900.
HSL color Cylindrical-coordinate representation of color #7CA501: hue angle of 75º degrees, saturation: 0.99, 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 #7CA501 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.35 |
| HSL | 75º | 0.99% | 0.33% | - |
| HSV(B) | 75º | 0.99% | 0.65% | - |
| XYZ | 21.77 | 31.2 | 4.9 | - |
| YUV | 134.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 1 | 0.25 | 0 | 0.99 | 0.35 | 75 | 0.99 | 0.33 |
| Hex | 7C | A5 | 1 | 19 | 0 | 63 | 23 | 4B | 63 | 21 |
| Octal | 174 | 245 | 1 | 31 | 0 | 143 | 43 | 113 | 143 | 41 |
| Binary | 1111100 | 10100101 | 1 | 11001 | 0 | 1100011 | 100011 | 1001011 | 1100011 | 100001 |
Color Harmonies of #7CA501
Complementary color
Monochromatic Colors of #7CA501
Black with #7CA501
Text Example
Text Example
White with #7CA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA501; }
p { color: rgb(124,165,1); }
H1.HeaderClassName
{
color: #7CA501;
}
.AnyTagClassName
{
color: #7CA501;
}
</style>
background-color css
<style>
a { background-color: #7CA501; }
a { background-color: rgb(124,165,1); }
div.DivClassName
{
background-color: #7CA501;
}
.BgClassName
{
background-color: #7CA501;
}
</style>
border-color css
<style>
span { border-color: #7CA501; }
span { border-color: rgb(124,165,1); }
td.TdClassName
{
border-color: #7CA501;
}
.TagClassName
{
border-color: #7CA501;
}
</style>