Shades of Christi #7AB303
Tints of Christi #7AB303
RGB
CMYK
RGB Variations
Color information
#7AB303 (or 0x7AB303) is known color: Christi. HEX triplet: 7A, B3 and 03. RGB value is (122,179,3). Sum of RGB (Red+Green+Blue) = 122+179+3=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB303 is #854CFC. Grayscale: #8E8E8E. Windows color (decimal): -8735997 or 242554. OLE color: 242554.
HSL color Cylindrical-coordinate representation of color #7AB303: hue angle of 79.43º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AB303 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.30 |
| HSL | 79.43º | 0.97% | 0.36% | - |
| HSV(B) | 79.43º | 0.98% | 0.7% | - |
| XYZ | 24.16 | 36.38 | 5.84 | - |
| YUV | 141.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 3 | 0.32 | 0 | 0.98 | 0.30 | 79.43 | 0.97 | 0.36 |
| Hex | 7A | B3 | 3 | 20 | 0 | 62 | 1E | 4F | 61 | 24 |
| Octal | 172 | 263 | 3 | 40 | 0 | 142 | 36 | 117 | 141 | 44 |
| Binary | 1111010 | 10110011 | 11 | 100000 | 0 | 1100010 | 11110 | 1001111 | 1100001 | 100100 |
Color Harmonies of #7AB303
Complementary color
Monochromatic Colors of #7AB303
Black with #7AB303
Text Example
Text Example
White with #7AB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB303; }
p { color: rgb(122,179,3); }
H1.HeaderClassName
{
color: #7AB303;
}
.AnyTagClassName
{
color: #7AB303;
}
</style>
background-color css
<style>
a { background-color: #7AB303; }
a { background-color: rgb(122,179,3); }
div.DivClassName
{
background-color: #7AB303;
}
.BgClassName
{
background-color: #7AB303;
}
</style>
border-color css
<style>
span { border-color: #7AB303; }
span { border-color: rgb(122,179,3); }
td.TdClassName
{
border-color: #7AB303;
}
.TagClassName
{
border-color: #7AB303;
}
</style>