Shades of Christi #7BAA05
Tints of Christi #7BAA05
RGB
CMYK
RGB Variations
Color information
#7BAA05 (or 0x7BAA05) is known color: Christi. HEX triplet: 7B, AA and 05. RGB value is (123,170,5). Sum of RGB (Red+Green+Blue) = 123+170+5=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA05 is #8455FA. Grayscale: #898989. Windows color (decimal): -8672763 or 371323. OLE color: 371323.
HSL color Cylindrical-coordinate representation of color #7BAA05: hue angle of 77.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BAA05 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.33 |
| HSL | 77.09º | 0.94% | 0.34% | - |
| HSV(B) | 77.09º | 0.97% | 0.67% | - |
| XYZ | 22.57 | 32.97 | 5.32 | - |
| YUV | 137.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 5 | 0.28 | 0 | 0.97 | 0.33 | 77.09 | 0.94 | 0.34 |
| Hex | 7B | AA | 5 | 1C | 0 | 61 | 21 | 4D | 5E | 22 |
| Octal | 173 | 252 | 5 | 34 | 0 | 141 | 41 | 115 | 136 | 42 |
| Binary | 1111011 | 10101010 | 101 | 11100 | 0 | 1100001 | 100001 | 1001101 | 1011110 | 100010 |
Color Harmonies of #7BAA05
Complementary color
Monochromatic Colors of #7BAA05
Black with #7BAA05
Text Example
Text Example
White with #7BAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA05; }
p { color: rgb(123,170,5); }
H1.HeaderClassName
{
color: #7BAA05;
}
.AnyTagClassName
{
color: #7BAA05;
}
</style>
background-color css
<style>
a { background-color: #7BAA05; }
a { background-color: rgb(123,170,5); }
div.DivClassName
{
background-color: #7BAA05;
}
.BgClassName
{
background-color: #7BAA05;
}
</style>
border-color css
<style>
span { border-color: #7BAA05; }
span { border-color: rgb(123,170,5); }
td.TdClassName
{
border-color: #7BAA05;
}
.TagClassName
{
border-color: #7BAA05;
}
</style>