Shades of Observatory #08916F
Tints of Observatory #08916F
RGB
CMYK
RGB Variations
Color information
#08916F (or 0x08916F) is known color: Observatory. HEX triplet: 08, 91 and 6F. RGB value is (8,145,111). Sum of RGB (Red+Green+Blue) = 8+145+111=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #08916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08916F is #F76E90. Grayscale: #646464. Windows color (decimal): -16215697 or 7311624. OLE color: 7311624.
HSL color Cylindrical-coordinate representation of color #08916F: hue angle of 165.11º 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 #08916F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 111 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.43 |
| HSL | 165.11º | 0.9% | 0.3% | - |
| HSV(B) | 165.11º | 0.94% | 0.57% | - |
| XYZ | 13.09 | 21.45 | 18.49 | - |
| YUV | 100.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 111 | 0.94 | 0 | 0.23 | 0.43 | 165.11 | 0.9 | 0.3 |
| Hex | 8 | 91 | 6F | 5E | 0 | 17 | 2B | A5 | 5A | 1E |
| Octal | 10 | 221 | 157 | 136 | 0 | 27 | 53 | 245 | 132 | 36 |
| Binary | 1000 | 10010001 | 1101111 | 1011110 | 0 | 10111 | 101011 | 10100101 | 1011010 | 11110 |
Color Harmonies of #08916F
Complementary color
Monochromatic Colors of #08916F
Black with #08916F
Text Example
Text Example
White with #08916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08916F; }
p { color: rgb(8,145,111); }
H1.HeaderClassName
{
color: #08916F;
}
.AnyTagClassName
{
color: #08916F;
}
</style>
background-color css
<style>
a { background-color: #08916F; }
a { background-color: rgb(8,145,111); }
div.DivClassName
{
background-color: #08916F;
}
.BgClassName
{
background-color: #08916F;
}
</style>
border-color css
<style>
span { border-color: #08916F; }
span { border-color: rgb(8,145,111); }
td.TdClassName
{
border-color: #08916F;
}
.TagClassName
{
border-color: #08916F;
}
</style>