Shades of Observatory #08856E
Tints of Observatory #08856E
RGB
CMYK
RGB Variations
Color information
#08856E (or 0x08856E) is known color: Observatory. HEX triplet: 08, 85 and 6E. RGB value is (8,133,110). Sum of RGB (Red+Green+Blue) = 8+133+110=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #08856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856E is #F77A91. Grayscale: #5C5C5C. Windows color (decimal): -16218770 or 7243016. OLE color: 7243016.
HSL color Cylindrical-coordinate representation of color #08856E: hue angle of 168.96º 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 #08856E is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 110 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.48 |
| HSL | 168.96º | 0.89% | 0.28% | - |
| HSV(B) | 168.96º | 0.94% | 0.52% | - |
| XYZ | 11.3 | 17.95 | 17.62 | - |
| YUV | 93 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 110 | 0.94 | 0 | 0.17 | 0.48 | 168.96 | 0.89 | 0.28 |
| Hex | 8 | 85 | 6E | 5E | 0 | 11 | 30 | A9 | 59 | 1C |
| Octal | 10 | 205 | 156 | 136 | 0 | 21 | 60 | 251 | 131 | 34 |
| Binary | 1000 | 10000101 | 1101110 | 1011110 | 0 | 10001 | 110000 | 10101001 | 1011001 | 11100 |
Color Harmonies of #08856E
Complementary color
Monochromatic Colors of #08856E
Black with #08856E
Text Example
Text Example
White with #08856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08856E; }
p { color: rgb(8,133,110); }
H1.HeaderClassName
{
color: #08856E;
}
.AnyTagClassName
{
color: #08856E;
}
</style>
background-color css
<style>
a { background-color: #08856E; }
a { background-color: rgb(8,133,110); }
div.DivClassName
{
background-color: #08856E;
}
.BgClassName
{
background-color: #08856E;
}
</style>
border-color css
<style>
span { border-color: #08856E; }
span { border-color: rgb(8,133,110); }
td.TdClassName
{
border-color: #08856E;
}
.TagClassName
{
border-color: #08856E;
}
</style>