Shades of Observatory #008D74
Tints of Observatory #008D74
RGB
CMYK
RGB Variations
Color information
#008D74 (or 0x008D74) is known color: Observatory. HEX triplet: 00, 8D and 74. RGB value is (0,141,116). Sum of RGB (Red+Green+Blue) = 0+141+116=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #008D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D74 is #FF728B. Grayscale: #5F5F5F. Windows color (decimal): -16741004 or 7638272. OLE color: 7638272.
HSL color Cylindrical-coordinate representation of color #008D74: hue angle of 169.36º 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 #008D74 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 116 | - |
| CMYK | 1 | 0 | 0.18 | 0.45 |
| HSL | 169.36º | 1% | 0.28% | - |
| HSV(B) | 169.36º | 1% | 0.55% | - |
| XYZ | 12.68 | 20.31 | 19.78 | - |
| YUV | 95.99 | 139.29 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 116 | 1 | 0 | 0.18 | 0.45 | 169.36 | 1 | 0.28 |
| Hex | 0 | 8D | 74 | 64 | 0 | 12 | 2D | A9 | 64 | 1C |
| Octal | 0 | 215 | 164 | 144 | 0 | 22 | 55 | 251 | 144 | 34 |
| Binary | 0 | 10001101 | 1110100 | 1100100 | 0 | 10010 | 101101 | 10101001 | 1100100 | 11100 |
Color Harmonies of #008D74
Complementary color
Monochromatic Colors of #008D74
Black with #008D74
Text Example
Text Example
White with #008D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D74; }
p { color: rgb(0,141,116); }
H1.HeaderClassName
{
color: #008D74;
}
.AnyTagClassName
{
color: #008D74;
}
</style>
background-color css
<style>
a { background-color: #008D74; }
a { background-color: rgb(0,141,116); }
div.DivClassName
{
background-color: #008D74;
}
.BgClassName
{
background-color: #008D74;
}
</style>
border-color css
<style>
span { border-color: #008D74; }
span { border-color: rgb(0,141,116); }
td.TdClassName
{
border-color: #008D74;
}
.TagClassName
{
border-color: #008D74;
}
</style>