Shades of Christi #7BA500
Tints of Christi #7BA500
RGB
CMYK
RGB Variations
Color information
#7BA500 (or 0x7BA500) is known color: Christi. HEX triplet: 7B, A5 and 00. RGB value is (123,165,0). Sum of RGB (Red+Green+Blue) = 123+165+0=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA500 is #845AFF. Grayscale: #868686. Windows color (decimal): -8674048 or 42363. OLE color: 42363.
HSL color Cylindrical-coordinate representation of color #7BA500: hue angle of 75.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BA500 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.35 |
| HSL | 75.27º | 1% | 0.32% | - |
| HSV(B) | 75.27º | 1% | 0.65% | - |
| XYZ | 21.62 | 31.12 | 4.87 | - |
| YUV | 133.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 0 | 0.25 | 0 | 1 | 0.35 | 75.27 | 1 | 0.32 |
| Hex | 7B | A5 | 0 | 19 | 0 | 64 | 23 | 4B | 64 | 20 |
| Octal | 173 | 245 | 0 | 31 | 0 | 144 | 43 | 113 | 144 | 40 |
| Binary | 1111011 | 10100101 | 0 | 11001 | 0 | 1100100 | 100011 | 1001011 | 1100100 | 100000 |
Color Harmonies of #7BA500
Complementary color
Monochromatic Colors of #7BA500
Black with #7BA500
Text Example
Text Example
White with #7BA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA500; }
p { color: rgb(123,165,0); }
H1.HeaderClassName
{
color: #7BA500;
}
.AnyTagClassName
{
color: #7BA500;
}
</style>
background-color css
<style>
a { background-color: #7BA500; }
a { background-color: rgb(123,165,0); }
div.DivClassName
{
background-color: #7BA500;
}
.BgClassName
{
background-color: #7BA500;
}
</style>
border-color css
<style>
span { border-color: #7BA500; }
span { border-color: rgb(123,165,0); }
td.TdClassName
{
border-color: #7BA500;
}
.TagClassName
{
border-color: #7BA500;
}
</style>