Shades of Christi #7BA210
Tints of Christi #7BA210
RGB
CMYK
RGB Variations
Color information
#7BA210 (or 0x7BA210) is known color: Christi. HEX triplet: 7B, A2 and 10. RGB value is (123,162,16). Sum of RGB (Red+Green+Blue) = 123+162+16=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA210 is #845DEF. Grayscale: #868686. Windows color (decimal): -8674800 or 1090171. OLE color: 1090171.
HSL color Cylindrical-coordinate representation of color #7BA210: hue angle of 76.03º 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 #7BA210 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 16 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.36 |
| HSL | 76.03º | 0.82% | 0.35% | - |
| HSV(B) | 76.03º | 0.9% | 0.64% | - |
| XYZ | 21.18 | 30.09 | 5.18 | - |
| YUV | 133.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 16 | 0.24 | 0 | 0.90 | 0.36 | 76.03 | 0.82 | 0.35 |
| Hex | 7B | A2 | 10 | 18 | 0 | 5A | 24 | 4C | 52 | 23 |
| Octal | 173 | 242 | 20 | 30 | 0 | 132 | 44 | 114 | 122 | 43 |
| Binary | 1111011 | 10100010 | 10000 | 11000 | 0 | 1011010 | 100100 | 1001100 | 1010010 | 100011 |
Color Harmonies of #7BA210
Complementary color
Monochromatic Colors of #7BA210
Black with #7BA210
Text Example
Text Example
White with #7BA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA210; }
p { color: rgb(123,162,16); }
H1.HeaderClassName
{
color: #7BA210;
}
.AnyTagClassName
{
color: #7BA210;
}
</style>
background-color css
<style>
a { background-color: #7BA210; }
a { background-color: rgb(123,162,16); }
div.DivClassName
{
background-color: #7BA210;
}
.BgClassName
{
background-color: #7BA210;
}
</style>
border-color css
<style>
span { border-color: #7BA210; }
span { border-color: rgb(123,162,16); }
td.TdClassName
{
border-color: #7BA210;
}
.TagClassName
{
border-color: #7BA210;
}
</style>