Shades of Christi #789D0D
Tints of Christi #789D0D
RGB
CMYK
RGB Variations
Color information
#789D0D (or 0x789D0D) is known color: Christi. HEX triplet: 78, 9D and 0D. RGB value is (120,157,13). Sum of RGB (Red+Green+Blue) = 120+157+13=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #789D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789D0D is #8762F2. Grayscale: #828282. Windows color (decimal): -8872691 or 892280. OLE color: 892280.
HSL color Cylindrical-coordinate representation of color #789D0D: hue angle of 75.42º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #789D0D is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 13 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.38 |
| HSL | 75.42º | 0.85% | 0.33% | - |
| HSV(B) | 75.42º | 0.92% | 0.62% | - |
| XYZ | 19.88 | 28.14 | 4.76 | - |
| YUV | 129.52 | 62.24 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 13 | 0.24 | 0 | 0.92 | 0.38 | 75.42 | 0.85 | 0.33 |
| Hex | 78 | 9D | D | 18 | 0 | 5C | 26 | 4B | 55 | 21 |
| Octal | 170 | 235 | 15 | 30 | 0 | 134 | 46 | 113 | 125 | 41 |
| Binary | 1111000 | 10011101 | 1101 | 11000 | 0 | 1011100 | 100110 | 1001011 | 1010101 | 100001 |
Color Harmonies of #789D0D
Complementary color
Monochromatic Colors of #789D0D
Black with #789D0D
Text Example
Text Example
White with #789D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D0D; }
p { color: rgb(120,157,13); }
H1.HeaderClassName
{
color: #789D0D;
}
.AnyTagClassName
{
color: #789D0D;
}
</style>
background-color css
<style>
a { background-color: #789D0D; }
a { background-color: rgb(120,157,13); }
div.DivClassName
{
background-color: #789D0D;
}
.BgClassName
{
background-color: #789D0D;
}
</style>
border-color css
<style>
span { border-color: #789D0D; }
span { border-color: rgb(120,157,13); }
td.TdClassName
{
border-color: #789D0D;
}
.TagClassName
{
border-color: #789D0D;
}
</style>