Shades of Observatory #008E6C
Tints of Observatory #008E6C
RGB
CMYK
RGB Variations
Color information
#008E6C (or 0x008E6C) is known color: Observatory. HEX triplet: 00, 8E and 6C. RGB value is (0,142,108). Sum of RGB (Red+Green+Blue) = 0+142+108=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #008E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E6C is #FF7193. Grayscale: #5F5F5F. Windows color (decimal): -16740756 or 7114240. OLE color: 7114240.
HSL color Cylindrical-coordinate representation of color #008E6C: hue angle of 165.63º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E6C is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 108 | - |
| CMYK | 1 | 0 | 0.24 | 0.44 |
| HSL | 165.63º | 1% | 0.28% | - |
| HSV(B) | 165.63º | 1% | 0.56% | - |
| XYZ | 12.38 | 20.43 | 17.48 | - |
| YUV | 95.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 108 | 1 | 0 | 0.24 | 0.44 | 165.63 | 1 | 0.28 |
| Hex | 0 | 8E | 6C | 64 | 0 | 18 | 2C | A6 | 64 | 1C |
| Octal | 0 | 216 | 154 | 144 | 0 | 30 | 54 | 246 | 144 | 34 |
| Binary | 0 | 10001110 | 1101100 | 1100100 | 0 | 11000 | 101100 | 10100110 | 1100100 | 11100 |
Color Harmonies of #008E6C
Complementary color
Monochromatic Colors of #008E6C
Black with #008E6C
Text Example
Text Example
White with #008E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E6C; }
p { color: rgb(0,142,108); }
H1.HeaderClassName
{
color: #008E6C;
}
.AnyTagClassName
{
color: #008E6C;
}
</style>
background-color css
<style>
a { background-color: #008E6C; }
a { background-color: rgb(0,142,108); }
div.DivClassName
{
background-color: #008E6C;
}
.BgClassName
{
background-color: #008E6C;
}
</style>
border-color css
<style>
span { border-color: #008E6C; }
span { border-color: rgb(0,142,108); }
td.TdClassName
{
border-color: #008E6C;
}
.TagClassName
{
border-color: #008E6C;
}
</style>