Shades of Observatory #008D6B
Tints of Observatory #008D6B
RGB
CMYK
RGB Variations
Color information
#008D6B (or 0x008D6B) is known color: Observatory. HEX triplet: 00, 8D and 6B. RGB value is (0,141,107). Sum of RGB (Red+Green+Blue) = 0+141+107=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #008D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D6B is #FF7294. Grayscale: #5E5E5E. Windows color (decimal): -16741013 or 7048448. OLE color: 7048448.
HSL color Cylindrical-coordinate representation of color #008D6B: hue angle of 165.53º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D6B is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 107 | - |
| CMYK | 1 | 0 | 0.24 | 0.45 |
| HSL | 165.53º | 1% | 0.28% | - |
| HSV(B) | 165.53º | 1% | 0.55% | - |
| XYZ | 12.18 | 20.11 | 17.15 | - |
| YUV | 94.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 107 | 1 | 0 | 0.24 | 0.45 | 165.53 | 1 | 0.28 |
| Hex | 0 | 8D | 6B | 64 | 0 | 18 | 2D | A6 | 64 | 1C |
| Octal | 0 | 215 | 153 | 144 | 0 | 30 | 55 | 246 | 144 | 34 |
| Binary | 0 | 10001101 | 1101011 | 1100100 | 0 | 11000 | 101101 | 10100110 | 1100100 | 11100 |
Color Harmonies of #008D6B
Complementary color
Monochromatic Colors of #008D6B
Black with #008D6B
Text Example
Text Example
White with #008D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D6B; }
p { color: rgb(0,141,107); }
H1.HeaderClassName
{
color: #008D6B;
}
.AnyTagClassName
{
color: #008D6B;
}
</style>
background-color css
<style>
a { background-color: #008D6B; }
a { background-color: rgb(0,141,107); }
div.DivClassName
{
background-color: #008D6B;
}
.BgClassName
{
background-color: #008D6B;
}
</style>
border-color css
<style>
span { border-color: #008D6B; }
span { border-color: rgb(0,141,107); }
td.TdClassName
{
border-color: #008D6B;
}
.TagClassName
{
border-color: #008D6B;
}
</style>