Shades of Observatory #088E76
Tints of Observatory #088E76
RGB
CMYK
RGB Variations
Color information
#088E76 (or 0x088E76) is known color: Observatory. HEX triplet: 08, 8E and 76. RGB value is (8,142,118). Sum of RGB (Red+Green+Blue) = 8+142+118=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #088E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088E76 is #F77189. Grayscale: #636363. Windows color (decimal): -16216458 or 7769608. OLE color: 7769608.
HSL color Cylindrical-coordinate representation of color #088E76: hue angle of 169.25º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E76 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 142 | 118 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.44 |
| HSL | 169.25º | 0.89% | 0.29% | - |
| HSV(B) | 169.25º | 0.94% | 0.56% | - |
| XYZ | 13.04 | 20.71 | 20.45 | - |
| YUV | 99.2 | 138.61 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 118 | 0.94 | 0 | 0.17 | 0.44 | 169.25 | 0.89 | 0.29 |
| Hex | 8 | 8E | 76 | 5E | 0 | 11 | 2C | A9 | 59 | 1D |
| Octal | 10 | 216 | 166 | 136 | 0 | 21 | 54 | 251 | 131 | 35 |
| Binary | 1000 | 10001110 | 1110110 | 1011110 | 0 | 10001 | 101100 | 10101001 | 1011001 | 11101 |
Color Harmonies of #088E76
Complementary color
Monochromatic Colors of #088E76
Black with #088E76
Text Example
Text Example
White with #088E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E76; }
p { color: rgb(8,142,118); }
H1.HeaderClassName
{
color: #088E76;
}
.AnyTagClassName
{
color: #088E76;
}
</style>
background-color css
<style>
a { background-color: #088E76; }
a { background-color: rgb(8,142,118); }
div.DivClassName
{
background-color: #088E76;
}
.BgClassName
{
background-color: #088E76;
}
</style>
border-color css
<style>
span { border-color: #088E76; }
span { border-color: rgb(8,142,118); }
td.TdClassName
{
border-color: #088E76;
}
.TagClassName
{
border-color: #088E76;
}
</style>