Shades of Observatory #08917E
Tints of Observatory #08917E
RGB
CMYK
RGB Variations
Color information
#08917E (or 0x08917E) is known color: Observatory. HEX triplet: 08, 91 and 7E. RGB value is (8,145,126). Sum of RGB (Red+Green+Blue) = 8+145+126=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #08917E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08917E is #F76E81. Grayscale: #656565. Windows color (decimal): -16215682 or 8294664. OLE color: 8294664.
HSL color Cylindrical-coordinate representation of color #08917E: hue angle of 171.68º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08917E is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 126 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.43 |
| HSL | 171.68º | 0.9% | 0.3% | - |
| HSV(B) | 171.68º | 0.94% | 0.57% | - |
| XYZ | 13.99 | 21.81 | 23.21 | - |
| YUV | 101.87 | 141.61 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 126 | 0.94 | 0 | 0.13 | 0.43 | 171.68 | 0.9 | 0.3 |
| Hex | 8 | 91 | 7E | 5E | 0 | D | 2B | AC | 5A | 1E |
| Octal | 10 | 221 | 176 | 136 | 0 | 15 | 53 | 254 | 132 | 36 |
| Binary | 1000 | 10010001 | 1111110 | 1011110 | 0 | 1101 | 101011 | 10101100 | 1011010 | 11110 |
Color Harmonies of #08917E
Complementary color
Monochromatic Colors of #08917E
Black with #08917E
Text Example
Text Example
White with #08917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08917E; }
p { color: rgb(8,145,126); }
H1.HeaderClassName
{
color: #08917E;
}
.AnyTagClassName
{
color: #08917E;
}
</style>
background-color css
<style>
a { background-color: #08917E; }
a { background-color: rgb(8,145,126); }
div.DivClassName
{
background-color: #08917E;
}
.BgClassName
{
background-color: #08917E;
}
</style>
border-color css
<style>
span { border-color: #08917E; }
span { border-color: rgb(8,145,126); }
td.TdClassName
{
border-color: #08917E;
}
.TagClassName
{
border-color: #08917E;
}
</style>