Shades of Christi #7BA109
Tints of Christi #7BA109
RGB
CMYK
RGB Variations
Color information
#7BA109 (or 0x7BA109) is known color: Christi. HEX triplet: 7B, A1 and 09. RGB value is (123,161,9). Sum of RGB (Red+Green+Blue) = 123+161+9=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA109 is #845EF6. Grayscale: #848484. Windows color (decimal): -8675063 or 631163. OLE color: 631163.
HSL color Cylindrical-coordinate representation of color #7BA109: hue angle of 75º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BA109 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 9 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.37 |
| HSL | 75º | 0.89% | 0.33% | - |
| HSV(B) | 75º | 0.94% | 0.63% | - |
| XYZ | 20.96 | 29.72 | 4.89 | - |
| YUV | 132.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 9 | 0.24 | 0 | 0.94 | 0.37 | 75 | 0.89 | 0.33 |
| Hex | 7B | A1 | 9 | 18 | 0 | 5E | 25 | 4B | 59 | 21 |
| Octal | 173 | 241 | 11 | 30 | 0 | 136 | 45 | 113 | 131 | 41 |
| Binary | 1111011 | 10100001 | 1001 | 11000 | 0 | 1011110 | 100101 | 1001011 | 1011001 | 100001 |
Color Harmonies of #7BA109
Complementary color
Monochromatic Colors of #7BA109
Black with #7BA109
Text Example
Text Example
White with #7BA109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA109; }
p { color: rgb(123,161,9); }
H1.HeaderClassName
{
color: #7BA109;
}
.AnyTagClassName
{
color: #7BA109;
}
</style>
background-color css
<style>
a { background-color: #7BA109; }
a { background-color: rgb(123,161,9); }
div.DivClassName
{
background-color: #7BA109;
}
.BgClassName
{
background-color: #7BA109;
}
</style>
border-color css
<style>
span { border-color: #7BA109; }
span { border-color: rgb(123,161,9); }
td.TdClassName
{
border-color: #7BA109;
}
.TagClassName
{
border-color: #7BA109;
}
</style>