Shades of Christi #7BBA02
Tints of Christi #7BBA02
RGB
CMYK
RGB Variations
Color information
#7BBA02 (or 0x7BBA02) is known color: Christi. HEX triplet: 7B, BA and 02. RGB value is (123,186,2). Sum of RGB (Red+Green+Blue) = 123+186+2=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA02 is #8445FD. Grayscale: #929292. Windows color (decimal): -8668670 or 178811. OLE color: 178811.
HSL color Cylindrical-coordinate representation of color #7BBA02: hue angle of 80.54º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BBA02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.27 |
| HSL | 80.54º | 0.98% | 0.37% | - |
| HSV(B) | 80.54º | 0.99% | 0.73% | - |
| XYZ | 25.74 | 39.33 | 6.29 | - |
| YUV | 146.19 | 46.63 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 2 | 0.34 | 0 | 0.99 | 0.27 | 80.54 | 0.98 | 0.37 |
| Hex | 7B | BA | 2 | 22 | 0 | 63 | 1B | 51 | 62 | 25 |
| Octal | 173 | 272 | 2 | 42 | 0 | 143 | 33 | 121 | 142 | 45 |
| Binary | 1111011 | 10111010 | 10 | 100010 | 0 | 1100011 | 11011 | 1010001 | 1100010 | 100101 |
Color Harmonies of #7BBA02
Complementary color
Monochromatic Colors of #7BBA02
Black with #7BBA02
Text Example
Text Example
White with #7BBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA02; }
p { color: rgb(123,186,2); }
H1.HeaderClassName
{
color: #7BBA02;
}
.AnyTagClassName
{
color: #7BBA02;
}
</style>
background-color css
<style>
a { background-color: #7BBA02; }
a { background-color: rgb(123,186,2); }
div.DivClassName
{
background-color: #7BBA02;
}
.BgClassName
{
background-color: #7BBA02;
}
</style>
border-color css
<style>
span { border-color: #7BBA02; }
span { border-color: rgb(123,186,2); }
td.TdClassName
{
border-color: #7BBA02;
}
.TagClassName
{
border-color: #7BBA02;
}
</style>