Shades of Christi #7BA60A
Tints of Christi #7BA60A
RGB
CMYK
RGB Variations
Color information
#7BA60A (or 0x7BA60A) is known color: Christi. HEX triplet: 7B, A6 and 0A. RGB value is (123,166,10). Sum of RGB (Red+Green+Blue) = 123+166+10=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA60A is #8459F5. Grayscale: #878787. Windows color (decimal): -8673782 or 697979. OLE color: 697979.
HSL color Cylindrical-coordinate representation of color #7BA60A: hue angle of 76.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BA60A is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 10 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.35 |
| HSL | 76.54º | 0.89% | 0.35% | - |
| HSV(B) | 76.54º | 0.94% | 0.65% | - |
| XYZ | 21.86 | 31.51 | 5.22 | - |
| YUV | 135.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 10 | 0.26 | 0 | 0.94 | 0.35 | 76.54 | 0.89 | 0.35 |
| Hex | 7B | A6 | A | 1A | 0 | 5E | 23 | 4D | 59 | 23 |
| Octal | 173 | 246 | 12 | 32 | 0 | 136 | 43 | 115 | 131 | 43 |
| Binary | 1111011 | 10100110 | 1010 | 11010 | 0 | 1011110 | 100011 | 1001101 | 1011001 | 100011 |
Color Harmonies of #7BA60A
Complementary color
Monochromatic Colors of #7BA60A
Black with #7BA60A
Text Example
Text Example
White with #7BA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA60A; }
p { color: rgb(123,166,10); }
H1.HeaderClassName
{
color: #7BA60A;
}
.AnyTagClassName
{
color: #7BA60A;
}
</style>
background-color css
<style>
a { background-color: #7BA60A; }
a { background-color: rgb(123,166,10); }
div.DivClassName
{
background-color: #7BA60A;
}
.BgClassName
{
background-color: #7BA60A;
}
</style>
border-color css
<style>
span { border-color: #7BA60A; }
span { border-color: rgb(123,166,10); }
td.TdClassName
{
border-color: #7BA60A;
}
.TagClassName
{
border-color: #7BA60A;
}
</style>