Shades of Christi #7BA309
Tints of Christi #7BA309
RGB
CMYK
RGB Variations
Color information
#7BA309 (or 0x7BA309) is known color: Christi. HEX triplet: 7B, A3 and 09. RGB value is (123,163,9). Sum of RGB (Red+Green+Blue) = 123+163+9=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA309 is #845CF6. Grayscale: #868686. Windows color (decimal): -8674551 or 631675. OLE color: 631675.
HSL color Cylindrical-coordinate representation of color #7BA309: hue angle of 75.58º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BA309 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 163 | 9 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.36 |
| HSL | 75.58º | 0.9% | 0.34% | - |
| HSV(B) | 75.58º | 0.94% | 0.64% | - |
| XYZ | 21.31 | 30.43 | 5.01 | - |
| YUV | 133.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 9 | 0.25 | 0 | 0.94 | 0.36 | 75.58 | 0.9 | 0.34 |
| Hex | 7B | A3 | 9 | 19 | 0 | 5E | 24 | 4C | 5A | 22 |
| Octal | 173 | 243 | 11 | 31 | 0 | 136 | 44 | 114 | 132 | 42 |
| Binary | 1111011 | 10100011 | 1001 | 11001 | 0 | 1011110 | 100100 | 1001100 | 1011010 | 100010 |
Color Harmonies of #7BA309
Complementary color
Monochromatic Colors of #7BA309
Black with #7BA309
Text Example
Text Example
White with #7BA309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA309; }
p { color: rgb(123,163,9); }
H1.HeaderClassName
{
color: #7BA309;
}
.AnyTagClassName
{
color: #7BA309;
}
</style>
background-color css
<style>
a { background-color: #7BA309; }
a { background-color: rgb(123,163,9); }
div.DivClassName
{
background-color: #7BA309;
}
.BgClassName
{
background-color: #7BA309;
}
</style>
border-color css
<style>
span { border-color: #7BA309; }
span { border-color: rgb(123,163,9); }
td.TdClassName
{
border-color: #7BA309;
}
.TagClassName
{
border-color: #7BA309;
}
</style>