Shades of Christi #7AB203
Tints of Christi #7AB203
RGB
CMYK
RGB Variations
Color information
#7AB203 (or 0x7AB203) is known color: Christi. HEX triplet: 7A, B2 and 03. RGB value is (122,178,3). Sum of RGB (Red+Green+Blue) = 122+178+3=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB203 is #854DFC. Grayscale: #8D8D8D. Windows color (decimal): -8736253 or 242298. OLE color: 242298.
HSL color Cylindrical-coordinate representation of color #7AB203: hue angle of 79.2º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AB203 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.30 |
| HSL | 79.2º | 0.97% | 0.35% | - |
| HSV(B) | 79.2º | 0.98% | 0.7% | - |
| XYZ | 23.96 | 35.98 | 5.77 | - |
| YUV | 141.31 | 49.95 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 3 | 0.31 | 0 | 0.98 | 0.30 | 79.2 | 0.97 | 0.35 |
| Hex | 7A | B2 | 3 | 1F | 0 | 62 | 1E | 4F | 61 | 23 |
| Octal | 172 | 262 | 3 | 37 | 0 | 142 | 36 | 117 | 141 | 43 |
| Binary | 1111010 | 10110010 | 11 | 11111 | 0 | 1100010 | 11110 | 1001111 | 1100001 | 100011 |
Color Harmonies of #7AB203
Complementary color
Monochromatic Colors of #7AB203
Black with #7AB203
Text Example
Text Example
White with #7AB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB203; }
p { color: rgb(122,178,3); }
H1.HeaderClassName
{
color: #7AB203;
}
.AnyTagClassName
{
color: #7AB203;
}
</style>
background-color css
<style>
a { background-color: #7AB203; }
a { background-color: rgb(122,178,3); }
div.DivClassName
{
background-color: #7AB203;
}
.BgClassName
{
background-color: #7AB203;
}
</style>
border-color css
<style>
span { border-color: #7AB203; }
span { border-color: rgb(122,178,3); }
td.TdClassName
{
border-color: #7AB203;
}
.TagClassName
{
border-color: #7AB203;
}
</style>