Shades of Christi #7CAD01
Tints of Christi #7CAD01
RGB
CMYK
RGB Variations
Color information
#7CAD01 (or 0x7CAD01) is known color: Christi. HEX triplet: 7C, AD and 01. RGB value is (124,173,1). Sum of RGB (Red+Green+Blue) = 124+173+1=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAD01 is #8352FE. Grayscale: #8B8B8B. Windows color (decimal): -8606463 or 109948. OLE color: 109948.
HSL color Cylindrical-coordinate representation of color #7CAD01: hue angle of 77.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CAD01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 173 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.32 |
| HSL | 77.09º | 0.99% | 0.34% | - |
| HSV(B) | 77.09º | 0.99% | 0.68% | - |
| XYZ | 23.26 | 34.17 | 5.4 | - |
| YUV | 138.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 1 | 0.28 | 0 | 0.99 | 0.32 | 77.09 | 0.99 | 0.34 |
| Hex | 7C | AD | 1 | 1C | 0 | 63 | 20 | 4D | 63 | 22 |
| Octal | 174 | 255 | 1 | 34 | 0 | 143 | 40 | 115 | 143 | 42 |
| Binary | 1111100 | 10101101 | 1 | 11100 | 0 | 1100011 | 100000 | 1001101 | 1100011 | 100010 |
Color Harmonies of #7CAD01
Complementary color
Monochromatic Colors of #7CAD01
Black with #7CAD01
Text Example
Text Example
White with #7CAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAD01; }
p { color: rgb(124,173,1); }
H1.HeaderClassName
{
color: #7CAD01;
}
.AnyTagClassName
{
color: #7CAD01;
}
</style>
background-color css
<style>
a { background-color: #7CAD01; }
a { background-color: rgb(124,173,1); }
div.DivClassName
{
background-color: #7CAD01;
}
.BgClassName
{
background-color: #7CAD01;
}
</style>
border-color css
<style>
span { border-color: #7CAD01; }
span { border-color: rgb(124,173,1); }
td.TdClassName
{
border-color: #7CAD01;
}
.TagClassName
{
border-color: #7CAD01;
}
</style>