Shades of Christi #789B0F
Tints of Christi #789B0F
RGB
CMYK
RGB Variations
Color information
#789B0F (or 0x789B0F) is known color: Christi. HEX triplet: 78, 9B and 0F. RGB value is (120,155,15). Sum of RGB (Red+Green+Blue) = 120+155+15=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #789B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789B0F is #8764F0. Grayscale: #818181. Windows color (decimal): -8873201 or 1022840. OLE color: 1022840.
HSL color Cylindrical-coordinate representation of color #789B0F: hue angle of 75º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #789B0F is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 15 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.39 |
| HSL | 75º | 0.82% | 0.33% | - |
| HSV(B) | 75º | 0.9% | 0.61% | - |
| XYZ | 19.55 | 27.47 | 4.72 | - |
| YUV | 128.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 15 | 0.23 | 0 | 0.90 | 0.39 | 75 | 0.82 | 0.33 |
| Hex | 78 | 9B | F | 17 | 0 | 5A | 27 | 4B | 52 | 21 |
| Octal | 170 | 233 | 17 | 27 | 0 | 132 | 47 | 113 | 122 | 41 |
| Binary | 1111000 | 10011011 | 1111 | 10111 | 0 | 1011010 | 100111 | 1001011 | 1010010 | 100001 |
Color Harmonies of #789B0F
Complementary color
Monochromatic Colors of #789B0F
Black with #789B0F
Text Example
Text Example
White with #789B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B0F; }
p { color: rgb(120,155,15); }
H1.HeaderClassName
{
color: #789B0F;
}
.AnyTagClassName
{
color: #789B0F;
}
</style>
background-color css
<style>
a { background-color: #789B0F; }
a { background-color: rgb(120,155,15); }
div.DivClassName
{
background-color: #789B0F;
}
.BgClassName
{
background-color: #789B0F;
}
</style>
border-color css
<style>
span { border-color: #789B0F; }
span { border-color: rgb(120,155,15); }
td.TdClassName
{
border-color: #789B0F;
}
.TagClassName
{
border-color: #789B0F;
}
</style>