Shades of Observatory #0F8D7B
Tints of Observatory #0F8D7B
RGB
CMYK
RGB Variations
Color information
#0F8D7B (or 0x0F8D7B) is known color: Observatory. HEX triplet: 0F, 8D and 7B. RGB value is (15,141,123). Sum of RGB (Red+Green+Blue) = 15+141+123=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8D7B is #F07284. Grayscale: #656565. Windows color (decimal): -15757957 or 8097039. OLE color: 8097039.
HSL color Cylindrical-coordinate representation of color #0F8D7B: hue angle of 171.43º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8D7B is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 123 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.45 |
| HSL | 171.43º | 0.81% | 0.31% | - |
| HSV(B) | 171.43º | 0.89% | 0.55% | - |
| XYZ | 13.3 | 20.58 | 22.01 | - |
| YUV | 101.27 | 140.26 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 123 | 0.89 | 0 | 0.13 | 0.45 | 171.43 | 0.81 | 0.31 |
| Hex | F | 8D | 7B | 59 | 0 | D | 2D | AB | 51 | 1F |
| Octal | 17 | 215 | 173 | 131 | 0 | 15 | 55 | 253 | 121 | 37 |
| Binary | 1111 | 10001101 | 1111011 | 1011001 | 0 | 1101 | 101101 | 10101011 | 1010001 | 11111 |
Color Harmonies of #0F8D7B
Complementary color
Monochromatic Colors of #0F8D7B
Black with #0F8D7B
Text Example
Text Example
White with #0F8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D7B; }
p { color: rgb(15,141,123); }
H1.HeaderClassName
{
color: #0F8D7B;
}
.AnyTagClassName
{
color: #0F8D7B;
}
</style>
background-color css
<style>
a { background-color: #0F8D7B; }
a { background-color: rgb(15,141,123); }
div.DivClassName
{
background-color: #0F8D7B;
}
.BgClassName
{
background-color: #0F8D7B;
}
</style>
border-color css
<style>
span { border-color: #0F8D7B; }
span { border-color: rgb(15,141,123); }
td.TdClassName
{
border-color: #0F8D7B;
}
.TagClassName
{
border-color: #0F8D7B;
}
</style>