Shades of Observatory #08846C
Tints of Observatory #08846C
RGB
CMYK
RGB Variations
Color information
#08846C (or 0x08846C) is known color: Observatory. HEX triplet: 08, 84 and 6C. RGB value is (8,132,108). Sum of RGB (Red+Green+Blue) = 8+132+108=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #08846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08846C is #F77B93. Grayscale: #5C5C5C. Windows color (decimal): -16219028 or 7111688. OLE color: 7111688.
HSL color Cylindrical-coordinate representation of color #08846C: hue angle of 168.39º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08846C is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 108 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.48 |
| HSL | 168.39º | 0.89% | 0.27% | - |
| HSV(B) | 168.39º | 0.94% | 0.52% | - |
| XYZ | 11.06 | 17.64 | 17.01 | - |
| YUV | 92.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 108 | 0.94 | 0 | 0.18 | 0.48 | 168.39 | 0.89 | 0.27 |
| Hex | 8 | 84 | 6C | 5E | 0 | 12 | 30 | A8 | 59 | 1B |
| Octal | 10 | 204 | 154 | 136 | 0 | 22 | 60 | 250 | 131 | 33 |
| Binary | 1000 | 10000100 | 1101100 | 1011110 | 0 | 10010 | 110000 | 10101000 | 1011001 | 11011 |
Color Harmonies of #08846C
Complementary color
Monochromatic Colors of #08846C
Black with #08846C
Text Example
Text Example
White with #08846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08846C; }
p { color: rgb(8,132,108); }
H1.HeaderClassName
{
color: #08846C;
}
.AnyTagClassName
{
color: #08846C;
}
</style>
background-color css
<style>
a { background-color: #08846C; }
a { background-color: rgb(8,132,108); }
div.DivClassName
{
background-color: #08846C;
}
.BgClassName
{
background-color: #08846C;
}
</style>
border-color css
<style>
span { border-color: #08846C; }
span { border-color: rgb(8,132,108); }
td.TdClassName
{
border-color: #08846C;
}
.TagClassName
{
border-color: #08846C;
}
</style>