Shades of Christi #7AA408
Tints of Christi #7AA408
RGB
CMYK
RGB Variations
Color information
#7AA408 (or 0x7AA408) is known color: Christi. HEX triplet: 7A, A4 and 08. RGB value is (122,164,8). Sum of RGB (Red+Green+Blue) = 122+164+8=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA408 is #855BF7. Grayscale: #868686. Windows color (decimal): -8739832 or 566394. OLE color: 566394.
HSL color Cylindrical-coordinate representation of color #7AA408: hue angle of 76.15º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AA408 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 8 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.36 |
| HSL | 76.15º | 0.91% | 0.34% | - |
| HSV(B) | 76.15º | 0.95% | 0.64% | - |
| XYZ | 21.35 | 30.71 | 5.03 | - |
| YUV | 133.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 8 | 0.26 | 0 | 0.95 | 0.36 | 76.15 | 0.91 | 0.34 |
| Hex | 7A | A4 | 8 | 1A | 0 | 5F | 24 | 4C | 5B | 22 |
| Octal | 172 | 244 | 10 | 32 | 0 | 137 | 44 | 114 | 133 | 42 |
| Binary | 1111010 | 10100100 | 1000 | 11010 | 0 | 1011111 | 100100 | 1001100 | 1011011 | 100010 |
Color Harmonies of #7AA408
Complementary color
Monochromatic Colors of #7AA408
Black with #7AA408
Text Example
Text Example
White with #7AA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA408; }
p { color: rgb(122,164,8); }
H1.HeaderClassName
{
color: #7AA408;
}
.AnyTagClassName
{
color: #7AA408;
}
</style>
background-color css
<style>
a { background-color: #7AA408; }
a { background-color: rgb(122,164,8); }
div.DivClassName
{
background-color: #7AA408;
}
.BgClassName
{
background-color: #7AA408;
}
</style>
border-color css
<style>
span { border-color: #7AA408; }
span { border-color: rgb(122,164,8); }
td.TdClassName
{
border-color: #7AA408;
}
.TagClassName
{
border-color: #7AA408;
}
</style>