Shades of Christi #7BA902
Tints of Christi #7BA902
RGB
CMYK
RGB Variations
Color information
#7BA902 (or 0x7BA902) is known color: Christi. HEX triplet: 7B, A9 and 02. RGB value is (123,169,2). Sum of RGB (Red+Green+Blue) = 123+169+2=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA902 is #8456FD. Grayscale: #888888. Windows color (decimal): -8673022 or 174459. OLE color: 174459.
HSL color Cylindrical-coordinate representation of color #7BA902: hue angle of 76.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BA902 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.34 |
| HSL | 76.53º | 0.98% | 0.34% | - |
| HSV(B) | 76.53º | 0.99% | 0.66% | - |
| XYZ | 22.37 | 32.59 | 5.17 | - |
| YUV | 136.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 2 | 0.27 | 0 | 0.99 | 0.34 | 76.53 | 0.98 | 0.34 |
| Hex | 7B | A9 | 2 | 1B | 0 | 63 | 22 | 4D | 62 | 22 |
| Octal | 173 | 251 | 2 | 33 | 0 | 143 | 42 | 115 | 142 | 42 |
| Binary | 1111011 | 10101001 | 10 | 11011 | 0 | 1100011 | 100010 | 1001101 | 1100010 | 100010 |
Color Harmonies of #7BA902
Complementary color
Monochromatic Colors of #7BA902
Black with #7BA902
Text Example
Text Example
White with #7BA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA902; }
p { color: rgb(123,169,2); }
H1.HeaderClassName
{
color: #7BA902;
}
.AnyTagClassName
{
color: #7BA902;
}
</style>
background-color css
<style>
a { background-color: #7BA902; }
a { background-color: rgb(123,169,2); }
div.DivClassName
{
background-color: #7BA902;
}
.BgClassName
{
background-color: #7BA902;
}
</style>
border-color css
<style>
span { border-color: #7BA902; }
span { border-color: rgb(123,169,2); }
td.TdClassName
{
border-color: #7BA902;
}
.TagClassName
{
border-color: #7BA902;
}
</style>