Shades of Christi #789D1C
Tints of Christi #789D1C
RGB
CMYK
RGB Variations
Color information
#789D1C (or 0x789D1C) is known color: Christi. HEX triplet: 78, 9D and 1C. RGB value is (120,157,28). Sum of RGB (Red+Green+Blue) = 120+157+28=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #789D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D1C is #8762E3. Grayscale: #838383. Windows color (decimal): -8872676 or 1875320. OLE color: 1875320.
HSL color Cylindrical-coordinate representation of color #789D1C: hue angle of 77.21º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #789D1C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 28 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.38 |
| HSL | 77.21º | 0.7% | 0.36% | - |
| HSV(B) | 77.21º | 0.82% | 0.62% | - |
| XYZ | 20.01 | 28.19 | 5.49 | - |
| YUV | 131.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 28 | 0.24 | 0 | 0.82 | 0.38 | 77.21 | 0.7 | 0.36 |
| Hex | 78 | 9D | 1C | 18 | 0 | 52 | 26 | 4D | 46 | 24 |
| Octal | 170 | 235 | 34 | 30 | 0 | 122 | 46 | 115 | 106 | 44 |
| Binary | 1111000 | 10011101 | 11100 | 11000 | 0 | 1010010 | 100110 | 1001101 | 1000110 | 100100 |
Color Harmonies of #789D1C
Complementary color
Monochromatic Colors of #789D1C
Black with #789D1C
Text Example
Text Example
White with #789D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D1C; }
p { color: rgb(120,157,28); }
H1.HeaderClassName
{
color: #789D1C;
}
.AnyTagClassName
{
color: #789D1C;
}
</style>
background-color css
<style>
a { background-color: #789D1C; }
a { background-color: rgb(120,157,28); }
div.DivClassName
{
background-color: #789D1C;
}
.BgClassName
{
background-color: #789D1C;
}
</style>
border-color css
<style>
span { border-color: #789D1C; }
span { border-color: rgb(120,157,28); }
td.TdClassName
{
border-color: #789D1C;
}
.TagClassName
{
border-color: #789D1C;
}
</style>