Shades of Observatory #08866B
Tints of Observatory #08866B
RGB
CMYK
RGB Variations
Color information
#08866B (or 0x08866B) is known color: Observatory. HEX triplet: 08, 86 and 6B. RGB value is (8,134,107). Sum of RGB (Red+Green+Blue) = 8+134+107=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #08866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08866B is #F77994. Grayscale: #5D5D5D. Windows color (decimal): -16218517 or 7046664. OLE color: 7046664.
HSL color Cylindrical-coordinate representation of color #08866B: hue angle of 167.14º 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 #08866B is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 107 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.47 |
| HSL | 167.14º | 0.89% | 0.28% | - |
| HSV(B) | 167.14º | 0.94% | 0.53% | - |
| XYZ | 11.28 | 18.16 | 16.82 | - |
| YUV | 93.25 | 135.76 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 107 | 0.94 | 0 | 0.20 | 0.47 | 167.14 | 0.89 | 0.28 |
| Hex | 8 | 86 | 6B | 5E | 0 | 14 | 2F | A7 | 59 | 1C |
| Octal | 10 | 206 | 153 | 136 | 0 | 24 | 57 | 247 | 131 | 34 |
| Binary | 1000 | 10000110 | 1101011 | 1011110 | 0 | 10100 | 101111 | 10100111 | 1011001 | 11100 |
Color Harmonies of #08866B
Complementary color
Monochromatic Colors of #08866B
Black with #08866B
Text Example
Text Example
White with #08866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08866B; }
p { color: rgb(8,134,107); }
H1.HeaderClassName
{
color: #08866B;
}
.AnyTagClassName
{
color: #08866B;
}
</style>
background-color css
<style>
a { background-color: #08866B; }
a { background-color: rgb(8,134,107); }
div.DivClassName
{
background-color: #08866B;
}
.BgClassName
{
background-color: #08866B;
}
</style>
border-color css
<style>
span { border-color: #08866B; }
span { border-color: rgb(8,134,107); }
td.TdClassName
{
border-color: #08866B;
}
.TagClassName
{
border-color: #08866B;
}
</style>