Shades of Observatory #08886F
Tints of Observatory #08886F
RGB
CMYK
RGB Variations
Color information
#08886F (or 0x08886F) is known color: Observatory. HEX triplet: 08, 88 and 6F. RGB value is (8,136,111). Sum of RGB (Red+Green+Blue) = 8+136+111=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #08886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08886F is #F77790. Grayscale: #5E5E5E. Windows color (decimal): -16218001 or 7309320. OLE color: 7309320.
HSL color Cylindrical-coordinate representation of color #08886F: hue angle of 168.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08886F is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 111 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.47 |
| HSL | 168.28º | 0.89% | 0.28% | - |
| HSV(B) | 168.28º | 0.94% | 0.53% | - |
| XYZ | 11.77 | 18.81 | 18.05 | - |
| YUV | 94.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 111 | 0.94 | 0 | 0.18 | 0.47 | 168.28 | 0.89 | 0.28 |
| Hex | 8 | 88 | 6F | 5E | 0 | 12 | 2F | A8 | 59 | 1C |
| Octal | 10 | 210 | 157 | 136 | 0 | 22 | 57 | 250 | 131 | 34 |
| Binary | 1000 | 10001000 | 1101111 | 1011110 | 0 | 10010 | 101111 | 10101000 | 1011001 | 11100 |
Color Harmonies of #08886F
Complementary color
Monochromatic Colors of #08886F
Black with #08886F
Text Example
Text Example
White with #08886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08886F; }
p { color: rgb(8,136,111); }
H1.HeaderClassName
{
color: #08886F;
}
.AnyTagClassName
{
color: #08886F;
}
</style>
background-color css
<style>
a { background-color: #08886F; }
a { background-color: rgb(8,136,111); }
div.DivClassName
{
background-color: #08886F;
}
.BgClassName
{
background-color: #08886F;
}
</style>
border-color css
<style>
span { border-color: #08886F; }
span { border-color: rgb(8,136,111); }
td.TdClassName
{
border-color: #08886F;
}
.TagClassName
{
border-color: #08886F;
}
</style>