Shades of Christi #7AAD0D
Tints of Christi #7AAD0D
RGB
CMYK
RGB Variations
Color information
#7AAD0D (or 0x7AAD0D) is known color: Christi. HEX triplet: 7A, AD and 0D. RGB value is (122,173,13). Sum of RGB (Red+Green+Blue) = 122+173+13=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAD0D is #8552F2. Grayscale: #8C8C8C. Windows color (decimal): -8737523 or 896378. OLE color: 896378.
HSL color Cylindrical-coordinate representation of color #7AAD0D: hue angle of 79.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AAD0D is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 13 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.32 |
| HSL | 79.13º | 0.86% | 0.36% | - |
| HSV(B) | 79.13º | 0.92% | 0.68% | - |
| XYZ | 23.04 | 34.05 | 5.74 | - |
| YUV | 139.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 13 | 0.29 | 0 | 0.92 | 0.32 | 79.13 | 0.86 | 0.36 |
| Hex | 7A | AD | D | 1D | 0 | 5C | 20 | 4F | 56 | 24 |
| Octal | 172 | 255 | 15 | 35 | 0 | 134 | 40 | 117 | 126 | 44 |
| Binary | 1111010 | 10101101 | 1101 | 11101 | 0 | 1011100 | 100000 | 1001111 | 1010110 | 100100 |
Color Harmonies of #7AAD0D
Complementary color
Monochromatic Colors of #7AAD0D
Black with #7AAD0D
Text Example
Text Example
White with #7AAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD0D; }
p { color: rgb(122,173,13); }
H1.HeaderClassName
{
color: #7AAD0D;
}
.AnyTagClassName
{
color: #7AAD0D;
}
</style>
background-color css
<style>
a { background-color: #7AAD0D; }
a { background-color: rgb(122,173,13); }
div.DivClassName
{
background-color: #7AAD0D;
}
.BgClassName
{
background-color: #7AAD0D;
}
</style>
border-color css
<style>
span { border-color: #7AAD0D; }
span { border-color: rgb(122,173,13); }
td.TdClassName
{
border-color: #7AAD0D;
}
.TagClassName
{
border-color: #7AAD0D;
}
</style>