Shades of Christi #789D00
Tints of Christi #789D00
RGB
CMYK
RGB Variations
Color information
#789D00 (or 0x789D00) is known color: Christi. HEX triplet: 78, 9D and 00. RGB value is (120,157,0). Sum of RGB (Red+Green+Blue) = 120+157+0=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #789D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789D00 is #8762FF. Grayscale: #808080. Windows color (decimal): -8872704 or 40312. OLE color: 40312.
HSL color Cylindrical-coordinate representation of color #789D00: hue angle of 74.14º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #789D00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.38 |
| HSL | 74.14º | 1% | 0.31% | - |
| HSV(B) | 74.14º | 1% | 0.62% | - |
| XYZ | 19.8 | 28.11 | 4.38 | - |
| YUV | 128.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 0 | 0.24 | 0 | 1 | 0.38 | 74.14 | 1 | 0.31 |
| Hex | 78 | 9D | 0 | 18 | 0 | 64 | 26 | 4A | 64 | 1F |
| Octal | 170 | 235 | 0 | 30 | 0 | 144 | 46 | 112 | 144 | 37 |
| Binary | 1111000 | 10011101 | 0 | 11000 | 0 | 1100100 | 100110 | 1001010 | 1100100 | 11111 |
Color Harmonies of #789D00
Complementary color
Monochromatic Colors of #789D00
Black with #789D00
Text Example
Text Example
White with #789D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D00; }
p { color: rgb(120,157,0); }
H1.HeaderClassName
{
color: #789D00;
}
.AnyTagClassName
{
color: #789D00;
}
</style>
background-color css
<style>
a { background-color: #789D00; }
a { background-color: rgb(120,157,0); }
div.DivClassName
{
background-color: #789D00;
}
.BgClassName
{
background-color: #789D00;
}
</style>
border-color css
<style>
span { border-color: #789D00; }
span { border-color: rgb(120,157,0); }
td.TdClassName
{
border-color: #789D00;
}
.TagClassName
{
border-color: #789D00;
}
</style>