Shades of Christi #7BA801
Tints of Christi #7BA801
RGB
CMYK
RGB Variations
Color information
#7BA801 (or 0x7BA801) is known color: Christi. HEX triplet: 7B, A8 and 01. RGB value is (123,168,1). Sum of RGB (Red+Green+Blue) = 123+168+1=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA801 is #8457FE. Grayscale: #888888. Windows color (decimal): -8673279 or 108667. OLE color: 108667.
HSL color Cylindrical-coordinate representation of color #7BA801: hue angle of 76.17º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BA801 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.34 |
| HSL | 76.17º | 0.99% | 0.33% | - |
| HSV(B) | 76.17º | 0.99% | 0.66% | - |
| XYZ | 22.18 | 32.22 | 5.08 | - |
| YUV | 135.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 1 | 0.27 | 0 | 0.99 | 0.34 | 76.17 | 0.99 | 0.33 |
| Hex | 7B | A8 | 1 | 1B | 0 | 63 | 22 | 4C | 63 | 21 |
| Octal | 173 | 250 | 1 | 33 | 0 | 143 | 42 | 114 | 143 | 41 |
| Binary | 1111011 | 10101000 | 1 | 11011 | 0 | 1100011 | 100010 | 1001100 | 1100011 | 100001 |
Color Harmonies of #7BA801
Complementary color
Monochromatic Colors of #7BA801
Black with #7BA801
Text Example
Text Example
White with #7BA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA801; }
p { color: rgb(123,168,1); }
H1.HeaderClassName
{
color: #7BA801;
}
.AnyTagClassName
{
color: #7BA801;
}
</style>
background-color css
<style>
a { background-color: #7BA801; }
a { background-color: rgb(123,168,1); }
div.DivClassName
{
background-color: #7BA801;
}
.BgClassName
{
background-color: #7BA801;
}
</style>
border-color css
<style>
span { border-color: #7BA801; }
span { border-color: rgb(123,168,1); }
td.TdClassName
{
border-color: #7BA801;
}
.TagClassName
{
border-color: #7BA801;
}
</style>