Shades of Observatory #08937F
Tints of Observatory #08937F
RGB
CMYK
RGB Variations
Color information
#08937F (or 0x08937F) is known color: Observatory. HEX triplet: 08, 93 and 7F. RGB value is (8,147,127). Sum of RGB (Red+Green+Blue) = 8+147+127=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #08937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08937F is #F76C80. Grayscale: #676767. Windows color (decimal): -16215169 or 8360712. OLE color: 8360712.
HSL color Cylindrical-coordinate representation of color #08937F: hue angle of 171.37º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08937F is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 127 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.42 |
| HSL | 171.37º | 0.9% | 0.3% | - |
| HSV(B) | 171.37º | 0.95% | 0.58% | - |
| XYZ | 14.36 | 22.45 | 23.66 | - |
| YUV | 103.16 | 141.45 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 127 | 0.95 | 0 | 0.14 | 0.42 | 171.37 | 0.9 | 0.3 |
| Hex | 8 | 93 | 7F | 5F | 0 | E | 2A | AB | 5A | 1E |
| Octal | 10 | 223 | 177 | 137 | 0 | 16 | 52 | 253 | 132 | 36 |
| Binary | 1000 | 10010011 | 1111111 | 1011111 | 0 | 1110 | 101010 | 10101011 | 1011010 | 11110 |
Color Harmonies of #08937F
Complementary color
Monochromatic Colors of #08937F
Black with #08937F
Text Example
Text Example
White with #08937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08937F; }
p { color: rgb(8,147,127); }
H1.HeaderClassName
{
color: #08937F;
}
.AnyTagClassName
{
color: #08937F;
}
</style>
background-color css
<style>
a { background-color: #08937F; }
a { background-color: rgb(8,147,127); }
div.DivClassName
{
background-color: #08937F;
}
.BgClassName
{
background-color: #08937F;
}
</style>
border-color css
<style>
span { border-color: #08937F; }
span { border-color: rgb(8,147,127); }
td.TdClassName
{
border-color: #08937F;
}
.TagClassName
{
border-color: #08937F;
}
</style>