Shades of Christi #7AA303
Tints of Christi #7AA303
RGB
CMYK
RGB Variations
Color information
#7AA303 (or 0x7AA303) is known color: Christi. HEX triplet: 7A, A3 and 03. RGB value is (122,163,3). Sum of RGB (Red+Green+Blue) = 122+163+3=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA303 is #855CFC. Grayscale: #858585. Windows color (decimal): -8740093 or 238458. OLE color: 238458.
HSL color Cylindrical-coordinate representation of color #7AA303: hue angle of 75.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AA303 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.36 |
| HSL | 75.38º | 0.96% | 0.33% | - |
| HSV(B) | 75.38º | 0.98% | 0.64% | - |
| XYZ | 21.14 | 30.34 | 4.83 | - |
| YUV | 132.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 3 | 0.25 | 0 | 0.98 | 0.36 | 75.38 | 0.96 | 0.33 |
| Hex | 7A | A3 | 3 | 19 | 0 | 62 | 24 | 4B | 60 | 21 |
| Octal | 172 | 243 | 3 | 31 | 0 | 142 | 44 | 113 | 140 | 41 |
| Binary | 1111010 | 10100011 | 11 | 11001 | 0 | 1100010 | 100100 | 1001011 | 1100000 | 100001 |
Color Harmonies of #7AA303
Complementary color
Monochromatic Colors of #7AA303
Black with #7AA303
Text Example
Text Example
White with #7AA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA303; }
p { color: rgb(122,163,3); }
H1.HeaderClassName
{
color: #7AA303;
}
.AnyTagClassName
{
color: #7AA303;
}
</style>
background-color css
<style>
a { background-color: #7AA303; }
a { background-color: rgb(122,163,3); }
div.DivClassName
{
background-color: #7AA303;
}
.BgClassName
{
background-color: #7AA303;
}
</style>
border-color css
<style>
span { border-color: #7AA303; }
span { border-color: rgb(122,163,3); }
td.TdClassName
{
border-color: #7AA303;
}
.TagClassName
{
border-color: #7AA303;
}
</style>