Shades of Observatory #08866F
Tints of Observatory #08866F
RGB
CMYK
RGB Variations
Color information
#08866F (or 0x08866F) is known color: Observatory. HEX triplet: 08, 86 and 6F. RGB value is (8,134,111). Sum of RGB (Red+Green+Blue) = 8+134+111=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #08866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08866F is #F77990. Grayscale: #5D5D5D. Windows color (decimal): -16218513 or 7308808. OLE color: 7308808.
HSL color Cylindrical-coordinate representation of color #08866F: hue angle of 169.05º 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 #08866F is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 111 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.47 |
| HSL | 169.05º | 0.89% | 0.28% | - |
| HSV(B) | 169.05º | 0.94% | 0.53% | - |
| XYZ | 11.49 | 18.25 | 17.96 | - |
| YUV | 93.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 111 | 0.94 | 0 | 0.17 | 0.47 | 169.05 | 0.89 | 0.28 |
| Hex | 8 | 86 | 6F | 5E | 0 | 11 | 2F | A9 | 59 | 1C |
| Octal | 10 | 206 | 157 | 136 | 0 | 21 | 57 | 251 | 131 | 34 |
| Binary | 1000 | 10000110 | 1101111 | 1011110 | 0 | 10001 | 101111 | 10101001 | 1011001 | 11100 |
Color Harmonies of #08866F
Complementary color
Monochromatic Colors of #08866F
Black with #08866F
Text Example
Text Example
White with #08866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08866F; }
p { color: rgb(8,134,111); }
H1.HeaderClassName
{
color: #08866F;
}
.AnyTagClassName
{
color: #08866F;
}
</style>
background-color css
<style>
a { background-color: #08866F; }
a { background-color: rgb(8,134,111); }
div.DivClassName
{
background-color: #08866F;
}
.BgClassName
{
background-color: #08866F;
}
</style>
border-color css
<style>
span { border-color: #08866F; }
span { border-color: rgb(8,134,111); }
td.TdClassName
{
border-color: #08866F;
}
.TagClassName
{
border-color: #08866F;
}
</style>