Shades of Christi #7CAB01
Tints of Christi #7CAB01
RGB
CMYK
RGB Variations
Color information
#7CAB01 (or 0x7CAB01) is known color: Christi. HEX triplet: 7C, AB and 01. RGB value is (124,171,1). Sum of RGB (Red+Green+Blue) = 124+171+1=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAB01 is #8354FE. Grayscale: #8A8A8A. Windows color (decimal): -8606975 or 109436. OLE color: 109436.
HSL color Cylindrical-coordinate representation of color #7CAB01: hue angle of 76.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CAB01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.33 |
| HSL | 76.59º | 0.99% | 0.34% | - |
| HSV(B) | 76.59º | 0.99% | 0.67% | - |
| XYZ | 22.88 | 33.41 | 5.27 | - |
| YUV | 137.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 1 | 0.27 | 0 | 0.99 | 0.33 | 76.59 | 0.99 | 0.34 |
| Hex | 7C | AB | 1 | 1B | 0 | 63 | 21 | 4D | 63 | 22 |
| Octal | 174 | 253 | 1 | 33 | 0 | 143 | 41 | 115 | 143 | 42 |
| Binary | 1111100 | 10101011 | 1 | 11011 | 0 | 1100011 | 100001 | 1001101 | 1100011 | 100010 |
Color Harmonies of #7CAB01
Complementary color
Monochromatic Colors of #7CAB01
Black with #7CAB01
Text Example
Text Example
White with #7CAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB01; }
p { color: rgb(124,171,1); }
H1.HeaderClassName
{
color: #7CAB01;
}
.AnyTagClassName
{
color: #7CAB01;
}
</style>
background-color css
<style>
a { background-color: #7CAB01; }
a { background-color: rgb(124,171,1); }
div.DivClassName
{
background-color: #7CAB01;
}
.BgClassName
{
background-color: #7CAB01;
}
</style>
border-color css
<style>
span { border-color: #7CAB01; }
span { border-color: rgb(124,171,1); }
td.TdClassName
{
border-color: #7CAB01;
}
.TagClassName
{
border-color: #7CAB01;
}
</style>