Shades of Christi #789A10
Tints of Christi #789A10
RGB
CMYK
RGB Variations
Color information
#789A10 (or 0x789A10) is known color: Christi. HEX triplet: 78, 9A and 10. RGB value is (120,154,16). Sum of RGB (Red+Green+Blue) = 120+154+16=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #789A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789A10 is #8765EF. Grayscale: #808080. Windows color (decimal): -8873456 or 1088120. OLE color: 1088120.
HSL color Cylindrical-coordinate representation of color #789A10: hue angle of 74.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #789A10 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 16 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.40 |
| HSL | 74.78º | 0.81% | 0.33% | - |
| HSV(B) | 74.78º | 0.9% | 0.6% | - |
| XYZ | 19.39 | 27.14 | 4.71 | - |
| YUV | 128.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 16 | 0.22 | 0 | 0.90 | 0.40 | 74.78 | 0.81 | 0.33 |
| Hex | 78 | 9A | 10 | 16 | 0 | 5A | 28 | 4B | 51 | 21 |
| Octal | 170 | 232 | 20 | 26 | 0 | 132 | 50 | 113 | 121 | 41 |
| Binary | 1111000 | 10011010 | 10000 | 10110 | 0 | 1011010 | 101000 | 1001011 | 1010001 | 100001 |
Color Harmonies of #789A10
Complementary color
Monochromatic Colors of #789A10
Black with #789A10
Text Example
Text Example
White with #789A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A10; }
p { color: rgb(120,154,16); }
H1.HeaderClassName
{
color: #789A10;
}
.AnyTagClassName
{
color: #789A10;
}
</style>
background-color css
<style>
a { background-color: #789A10; }
a { background-color: rgb(120,154,16); }
div.DivClassName
{
background-color: #789A10;
}
.BgClassName
{
background-color: #789A10;
}
</style>
border-color css
<style>
span { border-color: #789A10; }
span { border-color: rgb(120,154,16); }
td.TdClassName
{
border-color: #789A10;
}
.TagClassName
{
border-color: #789A10;
}
</style>