Shades of Christi #789B05
Tints of Christi #789B05
RGB
CMYK
RGB Variations
Color information
#789B05 (or 0x789B05) is known color: Christi. HEX triplet: 78, 9B and 05. RGB value is (120,155,5). Sum of RGB (Red+Green+Blue) = 120+155+5=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #789B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789B05 is #8764FA. Grayscale: #7F7F7F. Windows color (decimal): -8873211 or 367480. OLE color: 367480.
HSL color Cylindrical-coordinate representation of color #789B05: hue angle of 74º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789B05 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.39 |
| HSL | 74º | 0.94% | 0.31% | - |
| HSV(B) | 74º | 0.97% | 0.61% | - |
| XYZ | 19.49 | 27.45 | 4.41 | - |
| YUV | 127.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 5 | 0.23 | 0 | 0.97 | 0.39 | 74 | 0.94 | 0.31 |
| Hex | 78 | 9B | 5 | 17 | 0 | 61 | 27 | 4A | 5E | 1F |
| Octal | 170 | 233 | 5 | 27 | 0 | 141 | 47 | 112 | 136 | 37 |
| Binary | 1111000 | 10011011 | 101 | 10111 | 0 | 1100001 | 100111 | 1001010 | 1011110 | 11111 |
Color Harmonies of #789B05
Complementary color
Monochromatic Colors of #789B05
Black with #789B05
Text Example
Text Example
White with #789B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B05; }
p { color: rgb(120,155,5); }
H1.HeaderClassName
{
color: #789B05;
}
.AnyTagClassName
{
color: #789B05;
}
</style>
background-color css
<style>
a { background-color: #789B05; }
a { background-color: rgb(120,155,5); }
div.DivClassName
{
background-color: #789B05;
}
.BgClassName
{
background-color: #789B05;
}
</style>
border-color css
<style>
span { border-color: #789B05; }
span { border-color: rgb(120,155,5); }
td.TdClassName
{
border-color: #789B05;
}
.TagClassName
{
border-color: #789B05;
}
</style>