Shades of Christi #7BBC01
Tints of Christi #7BBC01
RGB
CMYK
RGB Variations
Color information
#7BBC01 (or 0x7BBC01) is known color: Christi. HEX triplet: 7B, BC and 01. RGB value is (123,188,1). Sum of RGB (Red+Green+Blue) = 123+188+1=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBC01 is #8443FE. Grayscale: #939393. Windows color (decimal): -8668159 or 113787. OLE color: 113787.
HSL color Cylindrical-coordinate representation of color #7BBC01: hue angle of 80.86º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BBC01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.26 |
| HSL | 80.86º | 0.99% | 0.37% | - |
| HSV(B) | 80.86º | 0.99% | 0.74% | - |
| XYZ | 26.16 | 40.18 | 6.41 | - |
| YUV | 147.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 1 | 0.35 | 0 | 0.99 | 0.26 | 80.86 | 0.99 | 0.37 |
| Hex | 7B | BC | 1 | 23 | 0 | 63 | 1A | 51 | 63 | 25 |
| Octal | 173 | 274 | 1 | 43 | 0 | 143 | 32 | 121 | 143 | 45 |
| Binary | 1111011 | 10111100 | 1 | 100011 | 0 | 1100011 | 11010 | 1010001 | 1100011 | 100101 |
Color Harmonies of #7BBC01
Complementary color
Monochromatic Colors of #7BBC01
Black with #7BBC01
Text Example
Text Example
White with #7BBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC01; }
p { color: rgb(123,188,1); }
H1.HeaderClassName
{
color: #7BBC01;
}
.AnyTagClassName
{
color: #7BBC01;
}
</style>
background-color css
<style>
a { background-color: #7BBC01; }
a { background-color: rgb(123,188,1); }
div.DivClassName
{
background-color: #7BBC01;
}
.BgClassName
{
background-color: #7BBC01;
}
</style>
border-color css
<style>
span { border-color: #7BBC01; }
span { border-color: rgb(123,188,1); }
td.TdClassName
{
border-color: #7BBC01;
}
.TagClassName
{
border-color: #7BBC01;
}
</style>