Shades of Christi #7BA007
Tints of Christi #7BA007
RGB
CMYK
RGB Variations
Color information
#7BA007 (or 0x7BA007) is known color: Christi. HEX triplet: 7B, A0 and 07. RGB value is (123,160,7). Sum of RGB (Red+Green+Blue) = 123+160+7=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA007 is #845FF8. Grayscale: #848484. Windows color (decimal): -8675321 or 499835. OLE color: 499835.
HSL color Cylindrical-coordinate representation of color #7BA007: hue angle of 74.51º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BA007 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.37 |
| HSL | 74.51º | 0.92% | 0.33% | - |
| HSV(B) | 74.51º | 0.96% | 0.63% | - |
| XYZ | 20.78 | 29.37 | 4.77 | - |
| YUV | 131.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 7 | 0.23 | 0 | 0.96 | 0.37 | 74.51 | 0.92 | 0.33 |
| Hex | 7B | A0 | 7 | 17 | 0 | 60 | 25 | 4B | 5C | 21 |
| Octal | 173 | 240 | 7 | 27 | 0 | 140 | 45 | 113 | 134 | 41 |
| Binary | 1111011 | 10100000 | 111 | 10111 | 0 | 1100000 | 100101 | 1001011 | 1011100 | 100001 |
Color Harmonies of #7BA007
Complementary color
Monochromatic Colors of #7BA007
Black with #7BA007
Text Example
Text Example
White with #7BA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA007; }
p { color: rgb(123,160,7); }
H1.HeaderClassName
{
color: #7BA007;
}
.AnyTagClassName
{
color: #7BA007;
}
</style>
background-color css
<style>
a { background-color: #7BA007; }
a { background-color: rgb(123,160,7); }
div.DivClassName
{
background-color: #7BA007;
}
.BgClassName
{
background-color: #7BA007;
}
</style>
border-color css
<style>
span { border-color: #7BA007; }
span { border-color: rgb(123,160,7); }
td.TdClassName
{
border-color: #7BA007;
}
.TagClassName
{
border-color: #7BA007;
}
</style>