Shades of Observatory #008566
Tints of Observatory #008566
RGB
CMYK
RGB Variations
Color information
#008566 (or 0x008566) is known color: Observatory. HEX triplet: 00, 85 and 66. RGB value is (0,133,102). Sum of RGB (Red+Green+Blue) = 0+133+102=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #008566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008566 is #FF7A99. Grayscale: #595959. Windows color (decimal): -16743066 or 6718720. OLE color: 6718720.
HSL color Cylindrical-coordinate representation of color #008566: hue angle of 166.02º 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 #008566 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 102 | - |
| CMYK | 1 | 0 | 0.23 | 0.48 |
| HSL | 166.02º | 1% | 0.26% | - |
| HSV(B) | 166.02º | 1% | 0.52% | - |
| XYZ | 10.79 | 17.73 | 15.42 | - |
| YUV | 89.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 102 | 1 | 0 | 0.23 | 0.48 | 166.02 | 1 | 0.26 |
| Hex | 0 | 85 | 66 | 64 | 0 | 17 | 30 | A6 | 64 | 1A |
| Octal | 0 | 205 | 146 | 144 | 0 | 27 | 60 | 246 | 144 | 32 |
| Binary | 0 | 10000101 | 1100110 | 1100100 | 0 | 10111 | 110000 | 10100110 | 1100100 | 11010 |
Color Harmonies of #008566
Complementary color
Monochromatic Colors of #008566
Black with #008566
Text Example
Text Example
White with #008566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008566; }
p { color: rgb(0,133,102); }
H1.HeaderClassName
{
color: #008566;
}
.AnyTagClassName
{
color: #008566;
}
</style>
background-color css
<style>
a { background-color: #008566; }
a { background-color: rgb(0,133,102); }
div.DivClassName
{
background-color: #008566;
}
.BgClassName
{
background-color: #008566;
}
</style>
border-color css
<style>
span { border-color: #008566; }
span { border-color: rgb(0,133,102); }
td.TdClassName
{
border-color: #008566;
}
.TagClassName
{
border-color: #008566;
}
</style>