Shades of Christi #7BBE00
Tints of Christi #7BBE00
RGB
CMYK
RGB Variations
Color information
#7BBE00 (or 0x7BBE00) is known color: Christi. HEX triplet: 7B, BE and 00. RGB value is (123,190,0). Sum of RGB (Red+Green+Blue) = 123+190+0=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBE00 is #8441FF. Grayscale: #959595. Windows color (decimal): -8667648 or 48763. OLE color: 48763.
HSL color Cylindrical-coordinate representation of color #7BBE00: hue angle of 81.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BBE00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.25 |
| HSL | 81.16º | 1% | 0.37% | - |
| HSV(B) | 81.16º | 1% | 0.75% | - |
| XYZ | 26.58 | 41.04 | 6.52 | - |
| YUV | 148.31 | 44.3 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 0 | 0.35 | 0 | 1 | 0.25 | 81.16 | 1 | 0.37 |
| Hex | 7B | BE | 0 | 23 | 0 | 64 | 19 | 51 | 64 | 25 |
| Octal | 173 | 276 | 0 | 43 | 0 | 144 | 31 | 121 | 144 | 45 |
| Binary | 1111011 | 10111110 | 0 | 100011 | 0 | 1100100 | 11001 | 1010001 | 1100100 | 100101 |
Color Harmonies of #7BBE00
Complementary color
Monochromatic Colors of #7BBE00
Black with #7BBE00
Text Example
Text Example
White with #7BBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE00; }
p { color: rgb(123,190,0); }
H1.HeaderClassName
{
color: #7BBE00;
}
.AnyTagClassName
{
color: #7BBE00;
}
</style>
background-color css
<style>
a { background-color: #7BBE00; }
a { background-color: rgb(123,190,0); }
div.DivClassName
{
background-color: #7BBE00;
}
.BgClassName
{
background-color: #7BBE00;
}
</style>
border-color css
<style>
span { border-color: #7BBE00; }
span { border-color: rgb(123,190,0); }
td.TdClassName
{
border-color: #7BBE00;
}
.TagClassName
{
border-color: #7BBE00;
}
</style>