Shades of Observatory #008D75
Tints of Observatory #008D75
RGB
CMYK
RGB Variations
Color information
#008D75 (or 0x008D75) is known color: Observatory. HEX triplet: 00, 8D and 75. RGB value is (0,141,117). Sum of RGB (Red+Green+Blue) = 0+141+117=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #008D75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D75 is #FF728A. Grayscale: #606060. Windows color (decimal): -16741003 or 7703808. OLE color: 7703808.
HSL color Cylindrical-coordinate representation of color #008D75: hue angle of 169.79º 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 #008D75 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 117 | - |
| CMYK | 1 | 0 | 0.17 | 0.45 |
| HSL | 169.79º | 1% | 0.28% | - |
| HSV(B) | 169.79º | 1% | 0.55% | - |
| XYZ | 12.74 | 20.33 | 20.08 | - |
| YUV | 96.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 117 | 1 | 0 | 0.17 | 0.45 | 169.79 | 1 | 0.28 |
| Hex | 0 | 8D | 75 | 64 | 0 | 11 | 2D | AA | 64 | 1C |
| Octal | 0 | 215 | 165 | 144 | 0 | 21 | 55 | 252 | 144 | 34 |
| Binary | 0 | 10001101 | 1110101 | 1100100 | 0 | 10001 | 101101 | 10101010 | 1100100 | 11100 |
Color Harmonies of #008D75
Complementary color
Monochromatic Colors of #008D75
Black with #008D75
Text Example
Text Example
White with #008D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D75; }
p { color: rgb(0,141,117); }
H1.HeaderClassName
{
color: #008D75;
}
.AnyTagClassName
{
color: #008D75;
}
</style>
background-color css
<style>
a { background-color: #008D75; }
a { background-color: rgb(0,141,117); }
div.DivClassName
{
background-color: #008D75;
}
.BgClassName
{
background-color: #008D75;
}
</style>
border-color css
<style>
span { border-color: #008D75; }
span { border-color: rgb(0,141,117); }
td.TdClassName
{
border-color: #008D75;
}
.TagClassName
{
border-color: #008D75;
}
</style>