Shades of Christi #7BA310
Tints of Christi #7BA310
RGB
CMYK
RGB Variations
Color information
#7BA310 (or 0x7BA310) is known color: Christi. HEX triplet: 7B, A3 and 10. RGB value is (123,163,16). Sum of RGB (Red+Green+Blue) = 123+163+16=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 163 (64.06% from 255 or 53.97% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA310 is #845CEF. Grayscale: #868686. Windows color (decimal): -8674544 or 1090427. OLE color: 1090427.
HSL color Cylindrical-coordinate representation of color #7BA310: hue angle of 76.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BA310 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 163 | 16 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.36 |
| HSL | 76.33º | 0.82% | 0.35% | - |
| HSV(B) | 76.33º | 0.9% | 0.64% | - |
| XYZ | 21.36 | 30.44 | 5.24 | - |
| YUV | 134.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 16 | 0.25 | 0 | 0.90 | 0.36 | 76.33 | 0.82 | 0.35 |
| Hex | 7B | A3 | 10 | 19 | 0 | 5A | 24 | 4C | 52 | 23 |
| Octal | 173 | 243 | 20 | 31 | 0 | 132 | 44 | 114 | 122 | 43 |
| Binary | 1111011 | 10100011 | 10000 | 11001 | 0 | 1011010 | 100100 | 1001100 | 1010010 | 100011 |
Color Harmonies of #7BA310
Complementary color
Monochromatic Colors of #7BA310
Black with #7BA310
Text Example
Text Example
White with #7BA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA310; }
p { color: rgb(123,163,16); }
H1.HeaderClassName
{
color: #7BA310;
}
.AnyTagClassName
{
color: #7BA310;
}
</style>
background-color css
<style>
a { background-color: #7BA310; }
a { background-color: rgb(123,163,16); }
div.DivClassName
{
background-color: #7BA310;
}
.BgClassName
{
background-color: #7BA310;
}
</style>
border-color css
<style>
span { border-color: #7BA310; }
span { border-color: rgb(123,163,16); }
td.TdClassName
{
border-color: #7BA310;
}
.TagClassName
{
border-color: #7BA310;
}
</style>