Shades of Christi #7BAC01
Tints of Christi #7BAC01
RGB
CMYK
RGB Variations
Color information
#7BAC01 (or 0x7BAC01) is known color: Christi. HEX triplet: 7B, AC and 01. RGB value is (123,172,1). Sum of RGB (Red+Green+Blue) = 123+172+1=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC01 is #8453FE. Grayscale: #8A8A8A. Windows color (decimal): -8672255 or 109691. OLE color: 109691.
HSL color Cylindrical-coordinate representation of color #7BAC01: hue angle of 77.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BAC01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.33 |
| HSL | 77.19º | 0.99% | 0.34% | - |
| HSV(B) | 77.19º | 0.99% | 0.67% | - |
| XYZ | 22.93 | 33.72 | 5.33 | - |
| YUV | 137.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 1 | 0.28 | 0 | 0.99 | 0.33 | 77.19 | 0.99 | 0.34 |
| Hex | 7B | AC | 1 | 1C | 0 | 63 | 21 | 4D | 63 | 22 |
| Octal | 173 | 254 | 1 | 34 | 0 | 143 | 41 | 115 | 143 | 42 |
| Binary | 1111011 | 10101100 | 1 | 11100 | 0 | 1100011 | 100001 | 1001101 | 1100011 | 100010 |
Color Harmonies of #7BAC01
Complementary color
Monochromatic Colors of #7BAC01
Black with #7BAC01
Text Example
Text Example
White with #7BAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC01; }
p { color: rgb(123,172,1); }
H1.HeaderClassName
{
color: #7BAC01;
}
.AnyTagClassName
{
color: #7BAC01;
}
</style>
background-color css
<style>
a { background-color: #7BAC01; }
a { background-color: rgb(123,172,1); }
div.DivClassName
{
background-color: #7BAC01;
}
.BgClassName
{
background-color: #7BAC01;
}
</style>
border-color css
<style>
span { border-color: #7BAC01; }
span { border-color: rgb(123,172,1); }
td.TdClassName
{
border-color: #7BAC01;
}
.TagClassName
{
border-color: #7BAC01;
}
</style>