Shades of Observatory #008671
Tints of Observatory #008671
RGB
CMYK
RGB Variations
Color information
#008671 (or 0x008671) is known color: Observatory. HEX triplet: 00, 86 and 71. RGB value is (0,134,113). Sum of RGB (Red+Green+Blue) = 0+134+113=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #008671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008671 is #FF798E. Grayscale: #5B5B5B. Windows color (decimal): -16742799 or 7439872. OLE color: 7439872.
HSL color Cylindrical-coordinate representation of color #008671: hue angle of 170.6º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008671 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 113 | - |
| CMYK | 1 | 0 | 0.16 | 0.47 |
| HSL | 170.6º | 1% | 0.26% | - |
| HSV(B) | 170.6º | 1% | 0.53% | - |
| XYZ | 11.51 | 18.24 | 18.54 | - |
| YUV | 91.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 113 | 1 | 0 | 0.16 | 0.47 | 170.6 | 1 | 0.26 |
| Hex | 0 | 86 | 71 | 64 | 0 | 10 | 2F | AB | 64 | 1A |
| Octal | 0 | 206 | 161 | 144 | 0 | 20 | 57 | 253 | 144 | 32 |
| Binary | 0 | 10000110 | 1110001 | 1100100 | 0 | 10000 | 101111 | 10101011 | 1100100 | 11010 |
Color Harmonies of #008671
Complementary color
Monochromatic Colors of #008671
Black with #008671
Text Example
Text Example
White with #008671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008671; }
p { color: rgb(0,134,113); }
H1.HeaderClassName
{
color: #008671;
}
.AnyTagClassName
{
color: #008671;
}
</style>
background-color css
<style>
a { background-color: #008671; }
a { background-color: rgb(0,134,113); }
div.DivClassName
{
background-color: #008671;
}
.BgClassName
{
background-color: #008671;
}
</style>
border-color css
<style>
span { border-color: #008671; }
span { border-color: rgb(0,134,113); }
td.TdClassName
{
border-color: #008671;
}
.TagClassName
{
border-color: #008671;
}
</style>