Shades of Christi #7BAA0A
Tints of Christi #7BAA0A
RGB
CMYK
RGB Variations
Color information
#7BAA0A (or 0x7BAA0A) is known color: Christi. HEX triplet: 7B, AA and 0A. RGB value is (123,170,10). Sum of RGB (Red+Green+Blue) = 123+170+10=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA0A is #8455F5. Grayscale: #8A8A8A. Windows color (decimal): -8672758 or 699003. OLE color: 699003.
HSL color Cylindrical-coordinate representation of color #7BAA0A: hue angle of 77.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BAA0A is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 10 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.33 |
| HSL | 77.63º | 0.89% | 0.35% | - |
| HSV(B) | 77.63º | 0.94% | 0.67% | - |
| XYZ | 22.6 | 32.98 | 5.46 | - |
| YUV | 137.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 10 | 0.28 | 0 | 0.94 | 0.33 | 77.63 | 0.89 | 0.35 |
| Hex | 7B | AA | A | 1C | 0 | 5E | 21 | 4E | 59 | 23 |
| Octal | 173 | 252 | 12 | 34 | 0 | 136 | 41 | 116 | 131 | 43 |
| Binary | 1111011 | 10101010 | 1010 | 11100 | 0 | 1011110 | 100001 | 1001110 | 1011001 | 100011 |
Color Harmonies of #7BAA0A
Complementary color
Monochromatic Colors of #7BAA0A
Black with #7BAA0A
Text Example
Text Example
White with #7BAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA0A; }
p { color: rgb(123,170,10); }
H1.HeaderClassName
{
color: #7BAA0A;
}
.AnyTagClassName
{
color: #7BAA0A;
}
</style>
background-color css
<style>
a { background-color: #7BAA0A; }
a { background-color: rgb(123,170,10); }
div.DivClassName
{
background-color: #7BAA0A;
}
.BgClassName
{
background-color: #7BAA0A;
}
</style>
border-color css
<style>
span { border-color: #7BAA0A; }
span { border-color: rgb(123,170,10); }
td.TdClassName
{
border-color: #7BAA0A;
}
.TagClassName
{
border-color: #7BAA0A;
}
</style>