Shades of Observatory #108D78
Tints of Observatory #108D78
RGB
CMYK
RGB Variations
Color information
#108D78 (or 0x108D78) is known color: Observatory. HEX triplet: 10, 8D and 78. RGB value is (16,141,120). Sum of RGB (Red+Green+Blue) = 16+141+120=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #108D78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D78 is #EF7287. Grayscale: #656565. Windows color (decimal): -15692424 or 7900432. OLE color: 7900432.
HSL color Cylindrical-coordinate representation of color #108D78: hue angle of 169.92º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D78 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 141 | 120 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.45 |
| HSL | 169.92º | 0.8% | 0.31% | - |
| HSV(B) | 169.92º | 0.89% | 0.55% | - |
| XYZ | 13.13 | 20.52 | 21.04 | - |
| YUV | 101.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 120 | 0.89 | 0 | 0.15 | 0.45 | 169.92 | 0.8 | 0.31 |
| Hex | 10 | 8D | 78 | 59 | 0 | F | 2D | AA | 50 | 1F |
| Octal | 20 | 215 | 170 | 131 | 0 | 17 | 55 | 252 | 120 | 37 |
| Binary | 10000 | 10001101 | 1111000 | 1011001 | 0 | 1111 | 101101 | 10101010 | 1010000 | 11111 |
Color Harmonies of #108D78
Complementary color
Monochromatic Colors of #108D78
Black with #108D78
Text Example
Text Example
White with #108D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108D78; }
p { color: rgb(16,141,120); }
H1.HeaderClassName
{
color: #108D78;
}
.AnyTagClassName
{
color: #108D78;
}
</style>
background-color css
<style>
a { background-color: #108D78; }
a { background-color: rgb(16,141,120); }
div.DivClassName
{
background-color: #108D78;
}
.BgClassName
{
background-color: #108D78;
}
</style>
border-color css
<style>
span { border-color: #108D78; }
span { border-color: rgb(16,141,120); }
td.TdClassName
{
border-color: #108D78;
}
.TagClassName
{
border-color: #108D78;
}
</style>