Shades of Christi #7BAC06
Tints of Christi #7BAC06
RGB
CMYK
RGB Variations
Color information
#7BAC06 (or 0x7BAC06) is known color: Christi. HEX triplet: 7B, AC and 06. RGB value is (123,172,6). Sum of RGB (Red+Green+Blue) = 123+172+6=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC06 is #8453F9. Grayscale: #8B8B8B. Windows color (decimal): -8672250 or 437371. OLE color: 437371.
HSL color Cylindrical-coordinate representation of color #7BAC06: hue angle of 77.71º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BAC06 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.33 |
| HSL | 77.71º | 0.93% | 0.35% | - |
| HSV(B) | 77.71º | 0.97% | 0.67% | - |
| XYZ | 22.95 | 33.73 | 5.47 | - |
| YUV | 138.43 | 53.27 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 6 | 0.28 | 0 | 0.97 | 0.33 | 77.71 | 0.93 | 0.35 |
| Hex | 7B | AC | 6 | 1C | 0 | 61 | 21 | 4E | 5D | 23 |
| Octal | 173 | 254 | 6 | 34 | 0 | 141 | 41 | 116 | 135 | 43 |
| Binary | 1111011 | 10101100 | 110 | 11100 | 0 | 1100001 | 100001 | 1001110 | 1011101 | 100011 |
Color Harmonies of #7BAC06
Complementary color
Monochromatic Colors of #7BAC06
Black with #7BAC06
Text Example
Text Example
White with #7BAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC06; }
p { color: rgb(123,172,6); }
H1.HeaderClassName
{
color: #7BAC06;
}
.AnyTagClassName
{
color: #7BAC06;
}
</style>
background-color css
<style>
a { background-color: #7BAC06; }
a { background-color: rgb(123,172,6); }
div.DivClassName
{
background-color: #7BAC06;
}
.BgClassName
{
background-color: #7BAC06;
}
</style>
border-color css
<style>
span { border-color: #7BAC06; }
span { border-color: rgb(123,172,6); }
td.TdClassName
{
border-color: #7BAC06;
}
.TagClassName
{
border-color: #7BAC06;
}
</style>