Shades of Christi #7BA605
Tints of Christi #7BA605
RGB
CMYK
RGB Variations
Color information
#7BA605 (or 0x7BA605) is known color: Christi. HEX triplet: 7B, A6 and 05. RGB value is (123,166,5). Sum of RGB (Red+Green+Blue) = 123+166+5=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA605 is #8459FA. Grayscale: #878787. Windows color (decimal): -8673787 or 370299. OLE color: 370299.
HSL color Cylindrical-coordinate representation of color #7BA605: hue angle of 76.02º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BA605 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 5 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.35 |
| HSL | 76.02º | 0.94% | 0.34% | - |
| HSV(B) | 76.02º | 0.97% | 0.65% | - |
| XYZ | 21.83 | 31.49 | 5.07 | - |
| YUV | 134.79 | 54.75 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 5 | 0.26 | 0 | 0.97 | 0.35 | 76.02 | 0.94 | 0.34 |
| Hex | 7B | A6 | 5 | 1A | 0 | 61 | 23 | 4C | 5E | 22 |
| Octal | 173 | 246 | 5 | 32 | 0 | 141 | 43 | 114 | 136 | 42 |
| Binary | 1111011 | 10100110 | 101 | 11010 | 0 | 1100001 | 100011 | 1001100 | 1011110 | 100010 |
Color Harmonies of #7BA605
Complementary color
Monochromatic Colors of #7BA605
Black with #7BA605
Text Example
Text Example
White with #7BA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA605; }
p { color: rgb(123,166,5); }
H1.HeaderClassName
{
color: #7BA605;
}
.AnyTagClassName
{
color: #7BA605;
}
</style>
background-color css
<style>
a { background-color: #7BA605; }
a { background-color: rgb(123,166,5); }
div.DivClassName
{
background-color: #7BA605;
}
.BgClassName
{
background-color: #7BA605;
}
</style>
border-color css
<style>
span { border-color: #7BA605; }
span { border-color: rgb(123,166,5); }
td.TdClassName
{
border-color: #7BA605;
}
.TagClassName
{
border-color: #7BA605;
}
</style>