Shades of Christi #789C1C
Tints of Christi #789C1C
RGB
CMYK
RGB Variations
Color information
#789C1C (or 0x789C1C) is known color: Christi. HEX triplet: 78, 9C and 1C. RGB value is (120,156,28). Sum of RGB (Red+Green+Blue) = 120+156+28=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #789C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789C1C is #8763E3. Grayscale: #838383. Windows color (decimal): -8872932 or 1875064. OLE color: 1875064.
HSL color Cylindrical-coordinate representation of color #789C1C: hue angle of 76.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #789C1C is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 28 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.39 |
| HSL | 76.88º | 0.7% | 0.36% | - |
| HSV(B) | 76.88º | 0.82% | 0.61% | - |
| XYZ | 19.84 | 27.85 | 5.43 | - |
| YUV | 130.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 28 | 0.23 | 0 | 0.82 | 0.39 | 76.88 | 0.7 | 0.36 |
| Hex | 78 | 9C | 1C | 17 | 0 | 52 | 27 | 4D | 46 | 24 |
| Octal | 170 | 234 | 34 | 27 | 0 | 122 | 47 | 115 | 106 | 44 |
| Binary | 1111000 | 10011100 | 11100 | 10111 | 0 | 1010010 | 100111 | 1001101 | 1000110 | 100100 |
Color Harmonies of #789C1C
Complementary color
Monochromatic Colors of #789C1C
Black with #789C1C
Text Example
Text Example
White with #789C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C1C; }
p { color: rgb(120,156,28); }
H1.HeaderClassName
{
color: #789C1C;
}
.AnyTagClassName
{
color: #789C1C;
}
</style>
background-color css
<style>
a { background-color: #789C1C; }
a { background-color: rgb(120,156,28); }
div.DivClassName
{
background-color: #789C1C;
}
.BgClassName
{
background-color: #789C1C;
}
</style>
border-color css
<style>
span { border-color: #789C1C; }
span { border-color: rgb(120,156,28); }
td.TdClassName
{
border-color: #789C1C;
}
.TagClassName
{
border-color: #789C1C;
}
</style>