Shades of Christi #78980B
Tints of Christi #78980B
RGB
CMYK
RGB Variations
Color information
#78980B (or 0x78980B) is known color: Christi. HEX triplet: 78, 98 and 0B. RGB value is (120,152,11). Sum of RGB (Red+Green+Blue) = 120+152+11=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #78980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78980B is #8767F4. Grayscale: #7E7E7E. Windows color (decimal): -8873973 or 759928. OLE color: 759928.
HSL color Cylindrical-coordinate representation of color #78980B: hue angle of 73.62º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78980B is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 11 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.40 |
| HSL | 73.62º | 0.87% | 0.32% | - |
| HSV(B) | 73.62º | 0.93% | 0.6% | - |
| XYZ | 19.03 | 26.47 | 4.42 | - |
| YUV | 126.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 11 | 0.21 | 0 | 0.93 | 0.40 | 73.62 | 0.87 | 0.32 |
| Hex | 78 | 98 | B | 15 | 0 | 5D | 28 | 4A | 57 | 20 |
| Octal | 170 | 230 | 13 | 25 | 0 | 135 | 50 | 112 | 127 | 40 |
| Binary | 1111000 | 10011000 | 1011 | 10101 | 0 | 1011101 | 101000 | 1001010 | 1010111 | 100000 |
Color Harmonies of #78980B
Complementary color
Monochromatic Colors of #78980B
Black with #78980B
Text Example
Text Example
White with #78980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78980B; }
p { color: rgb(120,152,11); }
H1.HeaderClassName
{
color: #78980B;
}
.AnyTagClassName
{
color: #78980B;
}
</style>
background-color css
<style>
a { background-color: #78980B; }
a { background-color: rgb(120,152,11); }
div.DivClassName
{
background-color: #78980B;
}
.BgClassName
{
background-color: #78980B;
}
</style>
border-color css
<style>
span { border-color: #78980B; }
span { border-color: rgb(120,152,11); }
td.TdClassName
{
border-color: #78980B;
}
.TagClassName
{
border-color: #78980B;
}
</style>