Shades of Christi #7BAB0B
Tints of Christi #7BAB0B
RGB
CMYK
RGB Variations
Color information
#7BAB0B (or 0x7BAB0B) is known color: Christi. HEX triplet: 7B, AB and 0B. RGB value is (123,171,11). Sum of RGB (Red+Green+Blue) = 123+171+11=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAB0B is #8454F4. Grayscale: #8B8B8B. Windows color (decimal): -8672501 or 764795. OLE color: 764795.
HSL color Cylindrical-coordinate representation of color #7BAB0B: hue angle of 78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BAB0B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.33 |
| HSL | 78º | 0.88% | 0.36% | - |
| HSV(B) | 78º | 0.94% | 0.67% | - |
| XYZ | 22.79 | 33.36 | 5.55 | - |
| YUV | 138.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 11 | 0.28 | 0 | 0.94 | 0.33 | 78 | 0.88 | 0.36 |
| Hex | 7B | AB | B | 1C | 0 | 5E | 21 | 4E | 58 | 24 |
| Octal | 173 | 253 | 13 | 34 | 0 | 136 | 41 | 116 | 130 | 44 |
| Binary | 1111011 | 10101011 | 1011 | 11100 | 0 | 1011110 | 100001 | 1001110 | 1011000 | 100100 |
Color Harmonies of #7BAB0B
Complementary color
Monochromatic Colors of #7BAB0B
Black with #7BAB0B
Text Example
Text Example
White with #7BAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB0B; }
p { color: rgb(123,171,11); }
H1.HeaderClassName
{
color: #7BAB0B;
}
.AnyTagClassName
{
color: #7BAB0B;
}
</style>
background-color css
<style>
a { background-color: #7BAB0B; }
a { background-color: rgb(123,171,11); }
div.DivClassName
{
background-color: #7BAB0B;
}
.BgClassName
{
background-color: #7BAB0B;
}
</style>
border-color css
<style>
span { border-color: #7BAB0B; }
span { border-color: rgb(123,171,11); }
td.TdClassName
{
border-color: #7BAB0B;
}
.TagClassName
{
border-color: #7BAB0B;
}
</style>