Shades of Observatory #08936F
Tints of Observatory #08936F
RGB
CMYK
RGB Variations
Color information
#08936F (or 0x08936F) is known color: Observatory. HEX triplet: 08, 93 and 6F. RGB value is (8,147,111). Sum of RGB (Red+Green+Blue) = 8+147+111=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #08936F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08936F is #F76C90. Grayscale: #656565. Windows color (decimal): -16215185 or 7312136. OLE color: 7312136.
HSL color Cylindrical-coordinate representation of color #08936F: hue angle of 164.46º 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 #08936F is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 111 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.42 |
| HSL | 164.46º | 0.9% | 0.3% | - |
| HSV(B) | 164.46º | 0.95% | 0.58% | - |
| XYZ | 13.4 | 22.07 | 18.59 | - |
| YUV | 101.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 111 | 0.95 | 0 | 0.24 | 0.42 | 164.46 | 0.9 | 0.3 |
| Hex | 8 | 93 | 6F | 5F | 0 | 18 | 2A | A4 | 5A | 1E |
| Octal | 10 | 223 | 157 | 137 | 0 | 30 | 52 | 244 | 132 | 36 |
| Binary | 1000 | 10010011 | 1101111 | 1011111 | 0 | 11000 | 101010 | 10100100 | 1011010 | 11110 |
Color Harmonies of #08936F
Complementary color
Monochromatic Colors of #08936F
Black with #08936F
Text Example
Text Example
White with #08936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08936F; }
p { color: rgb(8,147,111); }
H1.HeaderClassName
{
color: #08936F;
}
.AnyTagClassName
{
color: #08936F;
}
</style>
background-color css
<style>
a { background-color: #08936F; }
a { background-color: rgb(8,147,111); }
div.DivClassName
{
background-color: #08936F;
}
.BgClassName
{
background-color: #08936F;
}
</style>
border-color css
<style>
span { border-color: #08936F; }
span { border-color: rgb(8,147,111); }
td.TdClassName
{
border-color: #08936F;
}
.TagClassName
{
border-color: #08936F;
}
</style>