Shades of Christi #789B08
Tints of Christi #789B08
RGB
CMYK
RGB Variations
Color information
#789B08 (or 0x789B08) is known color: Christi. HEX triplet: 78, 9B and 08. RGB value is (120,155,8). Sum of RGB (Red+Green+Blue) = 120+155+8=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #789B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789B08 is #8764F7. Grayscale: #808080. Windows color (decimal): -8873208 or 564088. OLE color: 564088.
HSL color Cylindrical-coordinate representation of color #789B08: hue angle of 74.29º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #789B08 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 8 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.39 |
| HSL | 74.29º | 0.9% | 0.32% | - |
| HSV(B) | 74.29º | 0.95% | 0.61% | - |
| XYZ | 19.51 | 27.45 | 4.5 | - |
| YUV | 127.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 8 | 0.23 | 0 | 0.95 | 0.39 | 74.29 | 0.9 | 0.32 |
| Hex | 78 | 9B | 8 | 17 | 0 | 5F | 27 | 4A | 5A | 20 |
| Octal | 170 | 233 | 10 | 27 | 0 | 137 | 47 | 112 | 132 | 40 |
| Binary | 1111000 | 10011011 | 1000 | 10111 | 0 | 1011111 | 100111 | 1001010 | 1011010 | 100000 |
Color Harmonies of #789B08
Complementary color
Monochromatic Colors of #789B08
Black with #789B08
Text Example
Text Example
White with #789B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B08; }
p { color: rgb(120,155,8); }
H1.HeaderClassName
{
color: #789B08;
}
.AnyTagClassName
{
color: #789B08;
}
</style>
background-color css
<style>
a { background-color: #789B08; }
a { background-color: rgb(120,155,8); }
div.DivClassName
{
background-color: #789B08;
}
.BgClassName
{
background-color: #789B08;
}
</style>
border-color css
<style>
span { border-color: #789B08; }
span { border-color: rgb(120,155,8); }
td.TdClassName
{
border-color: #789B08;
}
.TagClassName
{
border-color: #789B08;
}
</style>