Shades of Christi #7AB808
Tints of Christi #7AB808
RGB
CMYK
RGB Variations
Color information
#7AB808 (or 0x7AB808) is known color: Christi. HEX triplet: 7A, B8 and 08. RGB value is (122,184,8). Sum of RGB (Red+Green+Blue) = 122+184+8=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB808 is #8547F7. Grayscale: #929292. Windows color (decimal): -8734712 or 571514. OLE color: 571514.
HSL color Cylindrical-coordinate representation of color #7AB808: hue angle of 81.14º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AB808 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 8 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.28 |
| HSL | 81.14º | 0.92% | 0.38% | - |
| HSV(B) | 81.14º | 0.96% | 0.72% | - |
| XYZ | 25.21 | 38.44 | 6.32 | - |
| YUV | 145.4 | 50.46 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 8 | 0.34 | 0 | 0.96 | 0.28 | 81.14 | 0.92 | 0.38 |
| Hex | 7A | B8 | 8 | 22 | 0 | 60 | 1C | 51 | 5C | 26 |
| Octal | 172 | 270 | 10 | 42 | 0 | 140 | 34 | 121 | 134 | 46 |
| Binary | 1111010 | 10111000 | 1000 | 100010 | 0 | 1100000 | 11100 | 1010001 | 1011100 | 100110 |
Color Harmonies of #7AB808
Complementary color
Monochromatic Colors of #7AB808
Black with #7AB808
Text Example
Text Example
White with #7AB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB808; }
p { color: rgb(122,184,8); }
H1.HeaderClassName
{
color: #7AB808;
}
.AnyTagClassName
{
color: #7AB808;
}
</style>
background-color css
<style>
a { background-color: #7AB808; }
a { background-color: rgb(122,184,8); }
div.DivClassName
{
background-color: #7AB808;
}
.BgClassName
{
background-color: #7AB808;
}
</style>
border-color css
<style>
span { border-color: #7AB808; }
span { border-color: rgb(122,184,8); }
td.TdClassName
{
border-color: #7AB808;
}
.TagClassName
{
border-color: #7AB808;
}
</style>