Shades of Observatory #08896D
Tints of Observatory #08896D
RGB
CMYK
RGB Variations
Color information
#08896D (or 0x08896D) is known color: Observatory. HEX triplet: 08, 89 and 6D. RGB value is (8,137,109). Sum of RGB (Red+Green+Blue) = 8+137+109=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #08896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08896D is #F77692. Grayscale: #5F5F5F. Windows color (decimal): -16217747 or 7178504. OLE color: 7178504.
HSL color Cylindrical-coordinate representation of color #08896D: hue angle of 166.98º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08896D is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 109 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.46 |
| HSL | 166.98º | 0.89% | 0.28% | - |
| HSV(B) | 166.98º | 0.94% | 0.54% | - |
| XYZ | 11.81 | 19.05 | 17.52 | - |
| YUV | 95.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 109 | 0.94 | 0 | 0.20 | 0.46 | 166.98 | 0.89 | 0.28 |
| Hex | 8 | 89 | 6D | 5E | 0 | 14 | 2E | A7 | 59 | 1C |
| Octal | 10 | 211 | 155 | 136 | 0 | 24 | 56 | 247 | 131 | 34 |
| Binary | 1000 | 10001001 | 1101101 | 1011110 | 0 | 10100 | 101110 | 10100111 | 1011001 | 11100 |
Color Harmonies of #08896D
Complementary color
Monochromatic Colors of #08896D
Black with #08896D
Text Example
Text Example
White with #08896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08896D; }
p { color: rgb(8,137,109); }
H1.HeaderClassName
{
color: #08896D;
}
.AnyTagClassName
{
color: #08896D;
}
</style>
background-color css
<style>
a { background-color: #08896D; }
a { background-color: rgb(8,137,109); }
div.DivClassName
{
background-color: #08896D;
}
.BgClassName
{
background-color: #08896D;
}
</style>
border-color css
<style>
span { border-color: #08896D; }
span { border-color: rgb(8,137,109); }
td.TdClassName
{
border-color: #08896D;
}
.TagClassName
{
border-color: #08896D;
}
</style>