Shades of Observatory #008570
Tints of Observatory #008570
RGB
CMYK
RGB Variations
Color information
#008570 (or 0x008570) is known color: Observatory. HEX triplet: 00, 85 and 70. RGB value is (0,133,112). Sum of RGB (Red+Green+Blue) = 0+133+112=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #008570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008570 is #FF7A8F. Grayscale: #5A5A5A. Windows color (decimal): -16743056 or 7374080. OLE color: 7374080.
HSL color Cylindrical-coordinate representation of color #008570: hue angle of 170.53º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008570 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 112 | - |
| CMYK | 1 | 0 | 0.16 | 0.48 |
| HSL | 170.53º | 1% | 0.26% | - |
| HSV(B) | 170.53º | 1% | 0.52% | - |
| XYZ | 11.31 | 17.94 | 18.2 | - |
| YUV | 90.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 112 | 1 | 0 | 0.16 | 0.48 | 170.53 | 1 | 0.26 |
| Hex | 0 | 85 | 70 | 64 | 0 | 10 | 30 | AB | 64 | 1A |
| Octal | 0 | 205 | 160 | 144 | 0 | 20 | 60 | 253 | 144 | 32 |
| Binary | 0 | 10000101 | 1110000 | 1100100 | 0 | 10000 | 110000 | 10101011 | 1100100 | 11010 |
Color Harmonies of #008570
Complementary color
Monochromatic Colors of #008570
Black with #008570
Text Example
Text Example
White with #008570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008570; }
p { color: rgb(0,133,112); }
H1.HeaderClassName
{
color: #008570;
}
.AnyTagClassName
{
color: #008570;
}
</style>
background-color css
<style>
a { background-color: #008570; }
a { background-color: rgb(0,133,112); }
div.DivClassName
{
background-color: #008570;
}
.BgClassName
{
background-color: #008570;
}
</style>
border-color css
<style>
span { border-color: #008570; }
span { border-color: rgb(0,133,112); }
td.TdClassName
{
border-color: #008570;
}
.TagClassName
{
border-color: #008570;
}
</style>