Shades of Observatory #08936B
Tints of Observatory #08936B
RGB
CMYK
RGB Variations
Color information
#08936B (or 0x08936B) is known color: Observatory. HEX triplet: 08, 93 and 6B. RGB value is (8,147,107). Sum of RGB (Red+Green+Blue) = 8+147+107=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #08936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08936B is #F76C94. Grayscale: #646464. Windows color (decimal): -16215189 or 7049992. OLE color: 7049992.
HSL color Cylindrical-coordinate representation of color #08936B: hue angle of 162.73º 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 #08936B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 107 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.42 |
| HSL | 162.73º | 0.9% | 0.3% | - |
| HSV(B) | 162.73º | 0.95% | 0.58% | - |
| XYZ | 13.19 | 21.98 | 17.46 | - |
| YUV | 100.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 107 | 0.95 | 0 | 0.27 | 0.42 | 162.73 | 0.9 | 0.3 |
| Hex | 8 | 93 | 6B | 5F | 0 | 1B | 2A | A3 | 5A | 1E |
| Octal | 10 | 223 | 153 | 137 | 0 | 33 | 52 | 243 | 132 | 36 |
| Binary | 1000 | 10010011 | 1101011 | 1011111 | 0 | 11011 | 101010 | 10100011 | 1011010 | 11110 |
Color Harmonies of #08936B
Complementary color
Monochromatic Colors of #08936B
Black with #08936B
Text Example
Text Example
White with #08936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08936B; }
p { color: rgb(8,147,107); }
H1.HeaderClassName
{
color: #08936B;
}
.AnyTagClassName
{
color: #08936B;
}
</style>
background-color css
<style>
a { background-color: #08936B; }
a { background-color: rgb(8,147,107); }
div.DivClassName
{
background-color: #08936B;
}
.BgClassName
{
background-color: #08936B;
}
</style>
border-color css
<style>
span { border-color: #08936B; }
span { border-color: rgb(8,147,107); }
td.TdClassName
{
border-color: #08936B;
}
.TagClassName
{
border-color: #08936B;
}
</style>