Shades of Observatory #08856C
Tints of Observatory #08856C
RGB
CMYK
RGB Variations
Color information
#08856C (or 0x08856C) is known color: Observatory. HEX triplet: 08, 85 and 6C. RGB value is (8,133,108). Sum of RGB (Red+Green+Blue) = 8+133+108=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #08856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856C is #F77A93. Grayscale: #5C5C5C. Windows color (decimal): -16218772 or 7111944. OLE color: 7111944.
HSL color Cylindrical-coordinate representation of color #08856C: hue angle of 168º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08856C is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 108 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.48 |
| HSL | 168º | 0.89% | 0.28% | - |
| HSV(B) | 168º | 0.94% | 0.52% | - |
| XYZ | 11.19 | 17.91 | 17.05 | - |
| YUV | 92.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 108 | 0.94 | 0 | 0.19 | 0.48 | 168 | 0.89 | 0.28 |
| Hex | 8 | 85 | 6C | 5E | 0 | 13 | 30 | A8 | 59 | 1C |
| Octal | 10 | 205 | 154 | 136 | 0 | 23 | 60 | 250 | 131 | 34 |
| Binary | 1000 | 10000101 | 1101100 | 1011110 | 0 | 10011 | 110000 | 10101000 | 1011001 | 11100 |
Color Harmonies of #08856C
Complementary color
Monochromatic Colors of #08856C
Black with #08856C
Text Example
Text Example
White with #08856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08856C; }
p { color: rgb(8,133,108); }
H1.HeaderClassName
{
color: #08856C;
}
.AnyTagClassName
{
color: #08856C;
}
</style>
background-color css
<style>
a { background-color: #08856C; }
a { background-color: rgb(8,133,108); }
div.DivClassName
{
background-color: #08856C;
}
.BgClassName
{
background-color: #08856C;
}
</style>
border-color css
<style>
span { border-color: #08856C; }
span { border-color: rgb(8,133,108); }
td.TdClassName
{
border-color: #08856C;
}
.TagClassName
{
border-color: #08856C;
}
</style>