Shades of Christi #789A0F
Tints of Christi #789A0F
RGB
CMYK
RGB Variations
Color information
#789A0F (or 0x789A0F) is known color: Christi. HEX triplet: 78, 9A and 0F. RGB value is (120,154,15). Sum of RGB (Red+Green+Blue) = 120+154+15=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 154 (60.55% from 255 or 53.29% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 154 - color contains mainly: green. Hex color #789A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789A0F is #8765F0. Grayscale: #808080. Windows color (decimal): -8873457 or 1022584. OLE color: 1022584.
HSL color Cylindrical-coordinate representation of color #789A0F: hue angle of 74.68º degrees, saturation: 0.82, 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 #789A0F is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 15 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.40 |
| HSL | 74.68º | 0.82% | 0.33% | - |
| HSV(B) | 74.68º | 0.9% | 0.6% | - |
| XYZ | 19.39 | 27.14 | 4.67 | - |
| YUV | 127.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 15 | 0.22 | 0 | 0.90 | 0.40 | 74.68 | 0.82 | 0.33 |
| Hex | 78 | 9A | F | 16 | 0 | 5A | 28 | 4B | 52 | 21 |
| Octal | 170 | 232 | 17 | 26 | 0 | 132 | 50 | 113 | 122 | 41 |
| Binary | 1111000 | 10011010 | 1111 | 10110 | 0 | 1011010 | 101000 | 1001011 | 1010010 | 100001 |
Color Harmonies of #789A0F
Complementary color
Monochromatic Colors of #789A0F
Black with #789A0F
Text Example
Text Example
White with #789A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A0F; }
p { color: rgb(120,154,15); }
H1.HeaderClassName
{
color: #789A0F;
}
.AnyTagClassName
{
color: #789A0F;
}
</style>
background-color css
<style>
a { background-color: #789A0F; }
a { background-color: rgb(120,154,15); }
div.DivClassName
{
background-color: #789A0F;
}
.BgClassName
{
background-color: #789A0F;
}
</style>
border-color css
<style>
span { border-color: #789A0F; }
span { border-color: rgb(120,154,15); }
td.TdClassName
{
border-color: #789A0F;
}
.TagClassName
{
border-color: #789A0F;
}
</style>