Shades of Christi #78AD0D
Tints of Christi #78AD0D
RGB
CMYK
RGB Variations
Color information
#78AD0D (or 0x78AD0D) is known color: Christi. HEX triplet: 78, AD and 0D. RGB value is (120,173,13). Sum of RGB (Red+Green+Blue) = 120+173+13=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AD0D is #8752F2. Grayscale: #8B8B8B. Windows color (decimal): -8868595 or 896376. OLE color: 896376.
HSL color Cylindrical-coordinate representation of color #78AD0D: hue angle of 79.88º 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 #78AD0D is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 13 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.32 |
| HSL | 79.88º | 0.86% | 0.36% | - |
| HSV(B) | 79.88º | 0.92% | 0.68% | - |
| XYZ | 22.76 | 33.91 | 5.73 | - |
| YUV | 138.91 | 56.94 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 13 | 0.31 | 0 | 0.92 | 0.32 | 79.88 | 0.86 | 0.36 |
| Hex | 78 | AD | D | 1F | 0 | 5C | 20 | 50 | 56 | 24 |
| Octal | 170 | 255 | 15 | 37 | 0 | 134 | 40 | 120 | 126 | 44 |
| Binary | 1111000 | 10101101 | 1101 | 11111 | 0 | 1011100 | 100000 | 1010000 | 1010110 | 100100 |
Color Harmonies of #78AD0D
Complementary color
Monochromatic Colors of #78AD0D
Black with #78AD0D
Text Example
Text Example
White with #78AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD0D; }
p { color: rgb(120,173,13); }
H1.HeaderClassName
{
color: #78AD0D;
}
.AnyTagClassName
{
color: #78AD0D;
}
</style>
background-color css
<style>
a { background-color: #78AD0D; }
a { background-color: rgb(120,173,13); }
div.DivClassName
{
background-color: #78AD0D;
}
.BgClassName
{
background-color: #78AD0D;
}
</style>
border-color css
<style>
span { border-color: #78AD0D; }
span { border-color: rgb(120,173,13); }
td.TdClassName
{
border-color: #78AD0D;
}
.TagClassName
{
border-color: #78AD0D;
}
</style>