Shades of Christi #7BB901
Tints of Christi #7BB901
RGB
CMYK
RGB Variations
Color information
#7BB901 (or 0x7BB901) is known color: Christi. HEX triplet: 7B, B9 and 01. RGB value is (123,185,1). Sum of RGB (Red+Green+Blue) = 123+185+1=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB901 is #8446FE. Grayscale: #929292. Windows color (decimal): -8668927 or 113019. OLE color: 113019.
HSL color Cylindrical-coordinate representation of color #7BB901: hue angle of 80.22º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BB901 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.27 |
| HSL | 80.22º | 0.99% | 0.36% | - |
| HSV(B) | 80.22º | 0.99% | 0.73% | - |
| XYZ | 25.52 | 38.91 | 6.19 | - |
| YUV | 145.49 | 46.46 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 1 | 0.34 | 0 | 0.99 | 0.27 | 80.22 | 0.99 | 0.36 |
| Hex | 7B | B9 | 1 | 22 | 0 | 63 | 1B | 50 | 63 | 24 |
| Octal | 173 | 271 | 1 | 42 | 0 | 143 | 33 | 120 | 143 | 44 |
| Binary | 1111011 | 10111001 | 1 | 100010 | 0 | 1100011 | 11011 | 1010000 | 1100011 | 100100 |
Color Harmonies of #7BB901
Complementary color
Monochromatic Colors of #7BB901
Black with #7BB901
Text Example
Text Example
White with #7BB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB901; }
p { color: rgb(123,185,1); }
H1.HeaderClassName
{
color: #7BB901;
}
.AnyTagClassName
{
color: #7BB901;
}
</style>
background-color css
<style>
a { background-color: #7BB901; }
a { background-color: rgb(123,185,1); }
div.DivClassName
{
background-color: #7BB901;
}
.BgClassName
{
background-color: #7BB901;
}
</style>
border-color css
<style>
span { border-color: #7BB901; }
span { border-color: rgb(123,185,1); }
td.TdClassName
{
border-color: #7BB901;
}
.TagClassName
{
border-color: #7BB901;
}
</style>