Shades of Observatory #08856A
Tints of Observatory #08856A
RGB
CMYK
RGB Variations
Color information
#08856A (or 0x08856A) is known color: Observatory. HEX triplet: 08, 85 and 6A. RGB value is (8,133,106). Sum of RGB (Red+Green+Blue) = 8+133+106=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #08856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856A is #F77A95. Grayscale: #5C5C5C. Windows color (decimal): -16218774 or 6980872. OLE color: 6980872.
HSL color Cylindrical-coordinate representation of color #08856A: hue angle of 167.04º 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 #08856A is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 106 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.48 |
| HSL | 167.04º | 0.89% | 0.28% | - |
| HSV(B) | 167.04º | 0.94% | 0.52% | - |
| XYZ | 11.09 | 17.87 | 16.5 | - |
| YUV | 92.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 106 | 0.94 | 0 | 0.20 | 0.48 | 167.04 | 0.89 | 0.28 |
| Hex | 8 | 85 | 6A | 5E | 0 | 14 | 30 | A7 | 59 | 1C |
| Octal | 10 | 205 | 152 | 136 | 0 | 24 | 60 | 247 | 131 | 34 |
| Binary | 1000 | 10000101 | 1101010 | 1011110 | 0 | 10100 | 110000 | 10100111 | 1011001 | 11100 |
Color Harmonies of #08856A
Complementary color
Monochromatic Colors of #08856A
Black with #08856A
Text Example
Text Example
White with #08856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08856A; }
p { color: rgb(8,133,106); }
H1.HeaderClassName
{
color: #08856A;
}
.AnyTagClassName
{
color: #08856A;
}
</style>
background-color css
<style>
a { background-color: #08856A; }
a { background-color: rgb(8,133,106); }
div.DivClassName
{
background-color: #08856A;
}
.BgClassName
{
background-color: #08856A;
}
</style>
border-color css
<style>
span { border-color: #08856A; }
span { border-color: rgb(8,133,106); }
td.TdClassName
{
border-color: #08856A;
}
.TagClassName
{
border-color: #08856A;
}
</style>