Shades of Christi #7AB309
Tints of Christi #7AB309
RGB
CMYK
RGB Variations
Color information
#7AB309 (or 0x7AB309) is known color: Christi. HEX triplet: 7A, B3 and 09. RGB value is (122,179,9). Sum of RGB (Red+Green+Blue) = 122+179+9=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB309 is #854CF6. Grayscale: #8F8F8F. Windows color (decimal): -8735991 or 635770. OLE color: 635770.
HSL color Cylindrical-coordinate representation of color #7AB309: hue angle of 80.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AB309 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 9 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.30 |
| HSL | 80.12º | 0.9% | 0.37% | - |
| HSV(B) | 80.12º | 0.95% | 0.7% | - |
| XYZ | 24.2 | 36.4 | 6.01 | - |
| YUV | 142.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 9 | 0.32 | 0 | 0.95 | 0.30 | 80.12 | 0.9 | 0.37 |
| Hex | 7A | B3 | 9 | 20 | 0 | 5F | 1E | 50 | 5A | 25 |
| Octal | 172 | 263 | 11 | 40 | 0 | 137 | 36 | 120 | 132 | 45 |
| Binary | 1111010 | 10110011 | 1001 | 100000 | 0 | 1011111 | 11110 | 1010000 | 1011010 | 100101 |
Color Harmonies of #7AB309
Complementary color
Monochromatic Colors of #7AB309
Black with #7AB309
Text Example
Text Example
White with #7AB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB309; }
p { color: rgb(122,179,9); }
H1.HeaderClassName
{
color: #7AB309;
}
.AnyTagClassName
{
color: #7AB309;
}
</style>
background-color css
<style>
a { background-color: #7AB309; }
a { background-color: rgb(122,179,9); }
div.DivClassName
{
background-color: #7AB309;
}
.BgClassName
{
background-color: #7AB309;
}
</style>
border-color css
<style>
span { border-color: #7AB309; }
span { border-color: rgb(122,179,9); }
td.TdClassName
{
border-color: #7AB309;
}
.TagClassName
{
border-color: #7AB309;
}
</style>