Shades of Observatory #008F73
Tints of Observatory #008F73
RGB
CMYK
RGB Variations
Color information
#008F73 (or 0x008F73) is known color: Observatory. HEX triplet: 00, 8F and 73. RGB value is (0,143,115). Sum of RGB (Red+Green+Blue) = 0+143+115=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #008F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F73 is #FF708C. Grayscale: #616161. Windows color (decimal): -16740493 or 7573248. OLE color: 7573248.
HSL color Cylindrical-coordinate representation of color #008F73: hue angle of 168.25º 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 #008F73 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 115 | - |
| CMYK | 1 | 0 | 0.20 | 0.44 |
| HSL | 168.25º | 1% | 0.28% | - |
| HSV(B) | 168.25º | 1% | 0.56% | - |
| XYZ | 12.92 | 20.88 | 19.57 | - |
| YUV | 97.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 115 | 1 | 0 | 0.20 | 0.44 | 168.25 | 1 | 0.28 |
| Hex | 0 | 8F | 73 | 64 | 0 | 14 | 2C | A8 | 64 | 1C |
| Octal | 0 | 217 | 163 | 144 | 0 | 24 | 54 | 250 | 144 | 34 |
| Binary | 0 | 10001111 | 1110011 | 1100100 | 0 | 10100 | 101100 | 10101000 | 1100100 | 11100 |
Color Harmonies of #008F73
Complementary color
Monochromatic Colors of #008F73
Black with #008F73
Text Example
Text Example
White with #008F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F73; }
p { color: rgb(0,143,115); }
H1.HeaderClassName
{
color: #008F73;
}
.AnyTagClassName
{
color: #008F73;
}
</style>
background-color css
<style>
a { background-color: #008F73; }
a { background-color: rgb(0,143,115); }
div.DivClassName
{
background-color: #008F73;
}
.BgClassName
{
background-color: #008F73;
}
</style>
border-color css
<style>
span { border-color: #008F73; }
span { border-color: rgb(0,143,115); }
td.TdClassName
{
border-color: #008F73;
}
.TagClassName
{
border-color: #008F73;
}
</style>