Shades of Observatory #018D6E
Tints of Observatory #018D6E
RGB
CMYK
RGB Variations
Color information
#018D6E (or 0x018D6E) is known color: Observatory. HEX triplet: 01, 8D and 6E. RGB value is (1,141,110). Sum of RGB (Red+Green+Blue) = 1+141+110=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #018D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D6E is #FE7291. Grayscale: #5F5F5F. Windows color (decimal): -16675474 or 7245057. OLE color: 7245057.
HSL color Cylindrical-coordinate representation of color #018D6E: hue angle of 166.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D6E is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 110 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.45 |
| HSL | 166.71º | 0.99% | 0.28% | - |
| HSV(B) | 166.71º | 0.99% | 0.55% | - |
| XYZ | 12.35 | 20.18 | 18 | - |
| YUV | 95.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 110 | 0.99 | 0 | 0.22 | 0.45 | 166.71 | 0.99 | 0.28 |
| Hex | 1 | 8D | 6E | 63 | 0 | 16 | 2D | A7 | 63 | 1C |
| Octal | 1 | 215 | 156 | 143 | 0 | 26 | 55 | 247 | 143 | 34 |
| Binary | 1 | 10001101 | 1101110 | 1100011 | 0 | 10110 | 101101 | 10100111 | 1100011 | 11100 |
Color Harmonies of #018D6E
Complementary color
Monochromatic Colors of #018D6E
Black with #018D6E
Text Example
Text Example
White with #018D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D6E; }
p { color: rgb(1,141,110); }
H1.HeaderClassName
{
color: #018D6E;
}
.AnyTagClassName
{
color: #018D6E;
}
</style>
background-color css
<style>
a { background-color: #018D6E; }
a { background-color: rgb(1,141,110); }
div.DivClassName
{
background-color: #018D6E;
}
.BgClassName
{
background-color: #018D6E;
}
</style>
border-color css
<style>
span { border-color: #018D6E; }
span { border-color: rgb(1,141,110); }
td.TdClassName
{
border-color: #018D6E;
}
.TagClassName
{
border-color: #018D6E;
}
</style>