Shades of Christi #7BA905
Tints of Christi #7BA905
RGB
CMYK
RGB Variations
Color information
#7BA905 (or 0x7BA905) is known color: Christi. HEX triplet: 7B, A9 and 05. RGB value is (123,169,5). Sum of RGB (Red+Green+Blue) = 123+169+5=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA905 is #8456FA. Grayscale: #898989. Windows color (decimal): -8673019 or 371067. OLE color: 371067.
HSL color Cylindrical-coordinate representation of color #7BA905: hue angle of 76.83º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BA905 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.34 |
| HSL | 76.83º | 0.94% | 0.34% | - |
| HSV(B) | 76.83º | 0.97% | 0.66% | - |
| XYZ | 22.38 | 32.6 | 5.26 | - |
| YUV | 136.55 | 53.76 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 5 | 0.27 | 0 | 0.97 | 0.34 | 76.83 | 0.94 | 0.34 |
| Hex | 7B | A9 | 5 | 1B | 0 | 61 | 22 | 4D | 5E | 22 |
| Octal | 173 | 251 | 5 | 33 | 0 | 141 | 42 | 115 | 136 | 42 |
| Binary | 1111011 | 10101001 | 101 | 11011 | 0 | 1100001 | 100010 | 1001101 | 1011110 | 100010 |
Color Harmonies of #7BA905
Complementary color
Monochromatic Colors of #7BA905
Black with #7BA905
Text Example
Text Example
White with #7BA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA905; }
p { color: rgb(123,169,5); }
H1.HeaderClassName
{
color: #7BA905;
}
.AnyTagClassName
{
color: #7BA905;
}
</style>
background-color css
<style>
a { background-color: #7BA905; }
a { background-color: rgb(123,169,5); }
div.DivClassName
{
background-color: #7BA905;
}
.BgClassName
{
background-color: #7BA905;
}
</style>
border-color css
<style>
span { border-color: #7BA905; }
span { border-color: rgb(123,169,5); }
td.TdClassName
{
border-color: #7BA905;
}
.TagClassName
{
border-color: #7BA905;
}
</style>