Shades of Observatory #008F75
Tints of Observatory #008F75
RGB
CMYK
RGB Variations
Color information
#008F75 (or 0x008F75) is known color: Observatory. HEX triplet: 00, 8F and 75. RGB value is (0,143,117). Sum of RGB (Red+Green+Blue) = 0+143+117=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #008F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F75 is #FF708A. Grayscale: #616161. Windows color (decimal): -16740491 or 7704320. OLE color: 7704320.
HSL color Cylindrical-coordinate representation of color #008F75: hue angle of 169.09º 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 #008F75 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 117 | - |
| CMYK | 1 | 0 | 0.18 | 0.44 |
| HSL | 169.09º | 1% | 0.28% | - |
| HSV(B) | 169.09º | 1% | 0.56% | - |
| XYZ | 13.03 | 20.93 | 20.18 | - |
| YUV | 97.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 117 | 1 | 0 | 0.18 | 0.44 | 169.09 | 1 | 0.28 |
| Hex | 0 | 8F | 75 | 64 | 0 | 12 | 2C | A9 | 64 | 1C |
| Octal | 0 | 217 | 165 | 144 | 0 | 22 | 54 | 251 | 144 | 34 |
| Binary | 0 | 10001111 | 1110101 | 1100100 | 0 | 10010 | 101100 | 10101001 | 1100100 | 11100 |
Color Harmonies of #008F75
Complementary color
Monochromatic Colors of #008F75
Black with #008F75
Text Example
Text Example
White with #008F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F75; }
p { color: rgb(0,143,117); }
H1.HeaderClassName
{
color: #008F75;
}
.AnyTagClassName
{
color: #008F75;
}
</style>
background-color css
<style>
a { background-color: #008F75; }
a { background-color: rgb(0,143,117); }
div.DivClassName
{
background-color: #008F75;
}
.BgClassName
{
background-color: #008F75;
}
</style>
border-color css
<style>
span { border-color: #008F75; }
span { border-color: rgb(0,143,117); }
td.TdClassName
{
border-color: #008F75;
}
.TagClassName
{
border-color: #008F75;
}
</style>