Shades of Christi #7BAA0C
Tints of Christi #7BAA0C
RGB
CMYK
RGB Variations
Color information
#7BAA0C (or 0x7BAA0C) is known color: Christi. HEX triplet: 7B, AA and 0C. RGB value is (123,170,12). Sum of RGB (Red+Green+Blue) = 123+170+12=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA0C is #8455F3. Grayscale: #8A8A8A. Windows color (decimal): -8672756 or 830075. OLE color: 830075.
HSL color Cylindrical-coordinate representation of color #7BAA0C: hue angle of 77.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BAA0C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.33 |
| HSL | 77.85º | 0.87% | 0.36% | - |
| HSV(B) | 77.85º | 0.93% | 0.67% | - |
| XYZ | 22.61 | 32.99 | 5.52 | - |
| YUV | 137.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 12 | 0.28 | 0 | 0.93 | 0.33 | 77.85 | 0.87 | 0.36 |
| Hex | 7B | AA | C | 1C | 0 | 5D | 21 | 4E | 57 | 24 |
| Octal | 173 | 252 | 14 | 34 | 0 | 135 | 41 | 116 | 127 | 44 |
| Binary | 1111011 | 10101010 | 1100 | 11100 | 0 | 1011101 | 100001 | 1001110 | 1010111 | 100100 |
Color Harmonies of #7BAA0C
Complementary color
Monochromatic Colors of #7BAA0C
Black with #7BAA0C
Text Example
Text Example
White with #7BAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA0C; }
p { color: rgb(123,170,12); }
H1.HeaderClassName
{
color: #7BAA0C;
}
.AnyTagClassName
{
color: #7BAA0C;
}
</style>
background-color css
<style>
a { background-color: #7BAA0C; }
a { background-color: rgb(123,170,12); }
div.DivClassName
{
background-color: #7BAA0C;
}
.BgClassName
{
background-color: #7BAA0C;
}
</style>
border-color css
<style>
span { border-color: #7BAA0C; }
span { border-color: rgb(123,170,12); }
td.TdClassName
{
border-color: #7BAA0C;
}
.TagClassName
{
border-color: #7BAA0C;
}
</style>