Shades of Christi #7BAA03
Tints of Christi #7BAA03
RGB
CMYK
RGB Variations
Color information
#7BAA03 (or 0x7BAA03) is known color: Christi. HEX triplet: 7B, AA and 03. RGB value is (123,170,3). Sum of RGB (Red+Green+Blue) = 123+170+3=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA03 is #8455FC. Grayscale: #898989. Windows color (decimal): -8672765 or 240251. OLE color: 240251.
HSL color Cylindrical-coordinate representation of color #7BAA03: hue angle of 76.89º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BAA03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.33 |
| HSL | 76.89º | 0.97% | 0.34% | - |
| HSV(B) | 76.89º | 0.98% | 0.67% | - |
| XYZ | 22.56 | 32.97 | 5.26 | - |
| YUV | 136.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 3 | 0.28 | 0 | 0.98 | 0.33 | 76.89 | 0.97 | 0.34 |
| Hex | 7B | AA | 3 | 1C | 0 | 62 | 21 | 4D | 61 | 22 |
| Octal | 173 | 252 | 3 | 34 | 0 | 142 | 41 | 115 | 141 | 42 |
| Binary | 1111011 | 10101010 | 11 | 11100 | 0 | 1100010 | 100001 | 1001101 | 1100001 | 100010 |
Color Harmonies of #7BAA03
Complementary color
Monochromatic Colors of #7BAA03
Black with #7BAA03
Text Example
Text Example
White with #7BAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA03; }
p { color: rgb(123,170,3); }
H1.HeaderClassName
{
color: #7BAA03;
}
.AnyTagClassName
{
color: #7BAA03;
}
</style>
background-color css
<style>
a { background-color: #7BAA03; }
a { background-color: rgb(123,170,3); }
div.DivClassName
{
background-color: #7BAA03;
}
.BgClassName
{
background-color: #7BAA03;
}
</style>
border-color css
<style>
span { border-color: #7BAA03; }
span { border-color: rgb(123,170,3); }
td.TdClassName
{
border-color: #7BAA03;
}
.TagClassName
{
border-color: #7BAA03;
}
</style>