Shades of Observatory #008667
Tints of Observatory #008667
RGB
CMYK
RGB Variations
Color information
#008667 (or 0x008667) is known color: Observatory. HEX triplet: 00, 86 and 67. RGB value is (0,134,103). Sum of RGB (Red+Green+Blue) = 0+134+103=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #008667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008667 is #FF7998. Grayscale: #5A5A5A. Windows color (decimal): -16742809 or 6784512. OLE color: 6784512.
HSL color Cylindrical-coordinate representation of color #008667: hue angle of 166.12º 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 #008667 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 103 | - |
| CMYK | 1 | 0 | 0.23 | 0.47 |
| HSL | 166.12º | 1% | 0.26% | - |
| HSV(B) | 166.12º | 1% | 0.53% | - |
| XYZ | 10.97 | 18.03 | 15.73 | - |
| YUV | 90.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 103 | 1 | 0 | 0.23 | 0.47 | 166.12 | 1 | 0.26 |
| Hex | 0 | 86 | 67 | 64 | 0 | 17 | 2F | A6 | 64 | 1A |
| Octal | 0 | 206 | 147 | 144 | 0 | 27 | 57 | 246 | 144 | 32 |
| Binary | 0 | 10000110 | 1100111 | 1100100 | 0 | 10111 | 101111 | 10100110 | 1100100 | 11010 |
Color Harmonies of #008667
Complementary color
Monochromatic Colors of #008667
Black with #008667
Text Example
Text Example
White with #008667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008667; }
p { color: rgb(0,134,103); }
H1.HeaderClassName
{
color: #008667;
}
.AnyTagClassName
{
color: #008667;
}
</style>
background-color css
<style>
a { background-color: #008667; }
a { background-color: rgb(0,134,103); }
div.DivClassName
{
background-color: #008667;
}
.BgClassName
{
background-color: #008667;
}
</style>
border-color css
<style>
span { border-color: #008667; }
span { border-color: rgb(0,134,103); }
td.TdClassName
{
border-color: #008667;
}
.TagClassName
{
border-color: #008667;
}
</style>