Shades of Christi #7CB701
Tints of Christi #7CB701
RGB
CMYK
RGB Variations
Color information
#7CB701 (or 0x7CB701) is known color: Christi. HEX triplet: 7C, B7 and 01. RGB value is (124,183,1). Sum of RGB (Red+Green+Blue) = 124+183+1=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB701 is #8348FE. Grayscale: #919191. Windows color (decimal): -8603903 or 112508. OLE color: 112508.
HSL color Cylindrical-coordinate representation of color #7CB701: hue angle of 79.45º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CB701 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.28 |
| HSL | 79.45º | 0.99% | 0.36% | - |
| HSV(B) | 79.45º | 0.99% | 0.72% | - |
| XYZ | 25.25 | 38.15 | 6.06 | - |
| YUV | 144.61 | 46.95 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 1 | 0.32 | 0 | 0.99 | 0.28 | 79.45 | 0.99 | 0.36 |
| Hex | 7C | B7 | 1 | 20 | 0 | 63 | 1C | 4F | 63 | 24 |
| Octal | 174 | 267 | 1 | 40 | 0 | 143 | 34 | 117 | 143 | 44 |
| Binary | 1111100 | 10110111 | 1 | 100000 | 0 | 1100011 | 11100 | 1001111 | 1100011 | 100100 |
Color Harmonies of #7CB701
Complementary color
Monochromatic Colors of #7CB701
Black with #7CB701
Text Example
Text Example
White with #7CB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB701; }
p { color: rgb(124,183,1); }
H1.HeaderClassName
{
color: #7CB701;
}
.AnyTagClassName
{
color: #7CB701;
}
</style>
background-color css
<style>
a { background-color: #7CB701; }
a { background-color: rgb(124,183,1); }
div.DivClassName
{
background-color: #7CB701;
}
.BgClassName
{
background-color: #7CB701;
}
</style>
border-color css
<style>
span { border-color: #7CB701; }
span { border-color: rgb(124,183,1); }
td.TdClassName
{
border-color: #7CB701;
}
.TagClassName
{
border-color: #7CB701;
}
</style>