Shades of Christi #7BA200
Tints of Christi #7BA200
RGB
CMYK
RGB Variations
Color information
#7BA200 (or 0x7BA200) is known color: Christi. HEX triplet: 7B, A2 and 00. RGB value is (123,162,0). Sum of RGB (Red+Green+Blue) = 123+162+0=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA200 is #845DFF. Grayscale: #848484. Windows color (decimal): -8674816 or 41595. OLE color: 41595.
HSL color Cylindrical-coordinate representation of color #7BA200: hue angle of 74.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BA200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.36 |
| HSL | 74.44º | 1% | 0.32% | - |
| HSV(B) | 74.44º | 1% | 0.64% | - |
| XYZ | 21.09 | 30.05 | 4.69 | - |
| YUV | 131.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 0 | 0.24 | 0 | 1 | 0.36 | 74.44 | 1 | 0.32 |
| Hex | 7B | A2 | 0 | 18 | 0 | 64 | 24 | 4A | 64 | 20 |
| Octal | 173 | 242 | 0 | 30 | 0 | 144 | 44 | 112 | 144 | 40 |
| Binary | 1111011 | 10100010 | 0 | 11000 | 0 | 1100100 | 100100 | 1001010 | 1100100 | 100000 |
Color Harmonies of #7BA200
Complementary color
Monochromatic Colors of #7BA200
Black with #7BA200
Text Example
Text Example
White with #7BA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA200; }
p { color: rgb(123,162,0); }
H1.HeaderClassName
{
color: #7BA200;
}
.AnyTagClassName
{
color: #7BA200;
}
</style>
background-color css
<style>
a { background-color: #7BA200; }
a { background-color: rgb(123,162,0); }
div.DivClassName
{
background-color: #7BA200;
}
.BgClassName
{
background-color: #7BA200;
}
</style>
border-color css
<style>
span { border-color: #7BA200; }
span { border-color: rgb(123,162,0); }
td.TdClassName
{
border-color: #7BA200;
}
.TagClassName
{
border-color: #7BA200;
}
</style>