Shades of Christi #789F01
Tints of Christi #789F01
RGB
CMYK
RGB Variations
Color information
#789F01 (or 0x789F01) is known color: Christi. HEX triplet: 78, 9F and 01. RGB value is (120,159,1). Sum of RGB (Red+Green+Blue) = 120+159+1=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #789F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789F01 is #8760FE. Grayscale: #818181. Windows color (decimal): -8872191 or 106360. OLE color: 106360.
HSL color Cylindrical-coordinate representation of color #789F01: hue angle of 74.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789F01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.38 |
| HSL | 74.81º | 0.99% | 0.31% | - |
| HSV(B) | 74.81º | 0.99% | 0.62% | - |
| XYZ | 20.15 | 28.79 | 4.52 | - |
| YUV | 129.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 1 | 0.25 | 0 | 0.99 | 0.38 | 74.81 | 0.99 | 0.31 |
| Hex | 78 | 9F | 1 | 19 | 0 | 63 | 26 | 4B | 63 | 1F |
| Octal | 170 | 237 | 1 | 31 | 0 | 143 | 46 | 113 | 143 | 37 |
| Binary | 1111000 | 10011111 | 1 | 11001 | 0 | 1100011 | 100110 | 1001011 | 1100011 | 11111 |
Color Harmonies of #789F01
Complementary color
Monochromatic Colors of #789F01
Black with #789F01
Text Example
Text Example
White with #789F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F01; }
p { color: rgb(120,159,1); }
H1.HeaderClassName
{
color: #789F01;
}
.AnyTagClassName
{
color: #789F01;
}
</style>
background-color css
<style>
a { background-color: #789F01; }
a { background-color: rgb(120,159,1); }
div.DivClassName
{
background-color: #789F01;
}
.BgClassName
{
background-color: #789F01;
}
</style>
border-color css
<style>
span { border-color: #789F01; }
span { border-color: rgb(120,159,1); }
td.TdClassName
{
border-color: #789F01;
}
.TagClassName
{
border-color: #789F01;
}
</style>