Shades of Observatory #018E7C
Tints of Observatory #018E7C
RGB
CMYK
RGB Variations
Color information
#018E7C (or 0x018E7C) is known color: Observatory. HEX triplet: 01, 8E and 7C. RGB value is (1,142,124). Sum of RGB (Red+Green+Blue) = 1+142+124=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #018E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E7C is #FE7183. Grayscale: #616161. Windows color (decimal): -16675204 or 8162817. OLE color: 8162817.
HSL color Cylindrical-coordinate representation of color #018E7C: hue angle of 172.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E7C is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 124 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.44 |
| HSL | 172.34º | 0.99% | 0.28% | - |
| HSV(B) | 172.34º | 0.99% | 0.56% | - |
| XYZ | 13.32 | 20.81 | 22.38 | - |
| YUV | 97.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 124 | 0.99 | 0 | 0.13 | 0.44 | 172.34 | 0.99 | 0.28 |
| Hex | 1 | 8E | 7C | 63 | 0 | D | 2C | AC | 63 | 1C |
| Octal | 1 | 216 | 174 | 143 | 0 | 15 | 54 | 254 | 143 | 34 |
| Binary | 1 | 10001110 | 1111100 | 1100011 | 0 | 1101 | 101100 | 10101100 | 1100011 | 11100 |
Color Harmonies of #018E7C
Complementary color
Monochromatic Colors of #018E7C
Black with #018E7C
Text Example
Text Example
White with #018E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E7C; }
p { color: rgb(1,142,124); }
H1.HeaderClassName
{
color: #018E7C;
}
.AnyTagClassName
{
color: #018E7C;
}
</style>
background-color css
<style>
a { background-color: #018E7C; }
a { background-color: rgb(1,142,124); }
div.DivClassName
{
background-color: #018E7C;
}
.BgClassName
{
background-color: #018E7C;
}
</style>
border-color css
<style>
span { border-color: #018E7C; }
span { border-color: rgb(1,142,124); }
td.TdClassName
{
border-color: #018E7C;
}
.TagClassName
{
border-color: #018E7C;
}
</style>