Shades of Observatory #08936D
Tints of Observatory #08936D
RGB
CMYK
RGB Variations
Color information
#08936D (or 0x08936D) is known color: Observatory. HEX triplet: 08, 93 and 6D. RGB value is (8,147,109). Sum of RGB (Red+Green+Blue) = 8+147+109=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #08936D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08936D is #F76C92. Grayscale: #656565. Windows color (decimal): -16215187 or 7181064. OLE color: 7181064.
HSL color Cylindrical-coordinate representation of color #08936D: hue angle of 163.6º 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 #08936D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 109 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.42 |
| HSL | 163.6º | 0.9% | 0.3% | - |
| HSV(B) | 163.6º | 0.95% | 0.58% | - |
| XYZ | 13.29 | 22.02 | 18.02 | - |
| YUV | 101.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 109 | 0.95 | 0 | 0.26 | 0.42 | 163.6 | 0.9 | 0.3 |
| Hex | 8 | 93 | 6D | 5F | 0 | 1A | 2A | A4 | 5A | 1E |
| Octal | 10 | 223 | 155 | 137 | 0 | 32 | 52 | 244 | 132 | 36 |
| Binary | 1000 | 10010011 | 1101101 | 1011111 | 0 | 11010 | 101010 | 10100100 | 1011010 | 11110 |
Color Harmonies of #08936D
Complementary color
Monochromatic Colors of #08936D
Black with #08936D
Text Example
Text Example
White with #08936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08936D; }
p { color: rgb(8,147,109); }
H1.HeaderClassName
{
color: #08936D;
}
.AnyTagClassName
{
color: #08936D;
}
</style>
background-color css
<style>
a { background-color: #08936D; }
a { background-color: rgb(8,147,109); }
div.DivClassName
{
background-color: #08936D;
}
.BgClassName
{
background-color: #08936D;
}
</style>
border-color css
<style>
span { border-color: #08936D; }
span { border-color: rgb(8,147,109); }
td.TdClassName
{
border-color: #08936D;
}
.TagClassName
{
border-color: #08936D;
}
</style>