Shades of Observatory #008D70
Tints of Observatory #008D70
RGB
CMYK
RGB Variations
Color information
#008D70 (or 0x008D70) is known color: Observatory. HEX triplet: 00, 8D and 70. RGB value is (0,141,112). Sum of RGB (Red+Green+Blue) = 0+141+112=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #008D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D70 is #FF728F. Grayscale: #5F5F5F. Windows color (decimal): -16741008 or 7376128. OLE color: 7376128.
HSL color Cylindrical-coordinate representation of color #008D70: hue angle of 167.66º 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 #008D70 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 112 | - |
| CMYK | 1 | 0 | 0.21 | 0.45 |
| HSL | 167.66º | 1% | 0.28% | - |
| HSV(B) | 167.66º | 1% | 0.55% | - |
| XYZ | 12.45 | 20.22 | 18.58 | - |
| YUV | 95.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 112 | 1 | 0 | 0.21 | 0.45 | 167.66 | 1 | 0.28 |
| Hex | 0 | 8D | 70 | 64 | 0 | 15 | 2D | A8 | 64 | 1C |
| Octal | 0 | 215 | 160 | 144 | 0 | 25 | 55 | 250 | 144 | 34 |
| Binary | 0 | 10001101 | 1110000 | 1100100 | 0 | 10101 | 101101 | 10101000 | 1100100 | 11100 |
Color Harmonies of #008D70
Complementary color
Monochromatic Colors of #008D70
Black with #008D70
Text Example
Text Example
White with #008D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D70; }
p { color: rgb(0,141,112); }
H1.HeaderClassName
{
color: #008D70;
}
.AnyTagClassName
{
color: #008D70;
}
</style>
background-color css
<style>
a { background-color: #008D70; }
a { background-color: rgb(0,141,112); }
div.DivClassName
{
background-color: #008D70;
}
.BgClassName
{
background-color: #008D70;
}
</style>
border-color css
<style>
span { border-color: #008D70; }
span { border-color: rgb(0,141,112); }
td.TdClassName
{
border-color: #008D70;
}
.TagClassName
{
border-color: #008D70;
}
</style>