Shades of Christi #78990D
Tints of Christi #78990D
RGB
CMYK
RGB Variations
Color information
#78990D (or 0x78990D) is known color: Christi. HEX triplet: 78, 99 and 0D. RGB value is (120,153,13). Sum of RGB (Red+Green+Blue) = 120+153+13=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #78990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78990D is #8766F2. Grayscale: #7F7F7F. Windows color (decimal): -8873715 or 891256. OLE color: 891256.
HSL color Cylindrical-coordinate representation of color #78990D: hue angle of 74.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78990D is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 13 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.4 |
| HSL | 74.14º | 0.84% | 0.33% | - |
| HSV(B) | 74.14º | 0.92% | 0.6% | - |
| XYZ | 19.21 | 26.8 | 4.54 | - |
| YUV | 127.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 13 | 0.22 | 0 | 0.92 | 0.4 | 74.14 | 0.84 | 0.33 |
| Hex | 78 | 99 | D | 16 | 0 | 5C | 28 | 4A | 54 | 21 |
| Octal | 170 | 231 | 15 | 26 | 0 | 134 | 50 | 112 | 124 | 41 |
| Binary | 1111000 | 10011001 | 1101 | 10110 | 0 | 1011100 | 101000 | 1001010 | 1010100 | 100001 |
Color Harmonies of #78990D
Complementary color
Monochromatic Colors of #78990D
Black with #78990D
Text Example
Text Example
White with #78990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78990D; }
p { color: rgb(120,153,13); }
H1.HeaderClassName
{
color: #78990D;
}
.AnyTagClassName
{
color: #78990D;
}
</style>
background-color css
<style>
a { background-color: #78990D; }
a { background-color: rgb(120,153,13); }
div.DivClassName
{
background-color: #78990D;
}
.BgClassName
{
background-color: #78990D;
}
</style>
border-color css
<style>
span { border-color: #78990D; }
span { border-color: rgb(120,153,13); }
td.TdClassName
{
border-color: #78990D;
}
.TagClassName
{
border-color: #78990D;
}
</style>