Shades of Observatory #008668
Tints of Observatory #008668
RGB
CMYK
RGB Variations
Color information
#008668 (or 0x008668) is known color: Observatory. HEX triplet: 00, 86 and 68. RGB value is (0,134,104). Sum of RGB (Red+Green+Blue) = 0+134+104=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #008668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008668 is #FF7997. Grayscale: #5A5A5A. Windows color (decimal): -16742808 or 6850048. OLE color: 6850048.
HSL color Cylindrical-coordinate representation of color #008668: hue angle of 166.57º 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 #008668 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 104 | - |
| CMYK | 1 | 0 | 0.22 | 0.47 |
| HSL | 166.57º | 1% | 0.26% | - |
| HSV(B) | 166.57º | 1% | 0.53% | - |
| XYZ | 11.02 | 18.05 | 16 | - |
| YUV | 90.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 104 | 1 | 0 | 0.22 | 0.47 | 166.57 | 1 | 0.26 |
| Hex | 0 | 86 | 68 | 64 | 0 | 16 | 2F | A7 | 64 | 1A |
| Octal | 0 | 206 | 150 | 144 | 0 | 26 | 57 | 247 | 144 | 32 |
| Binary | 0 | 10000110 | 1101000 | 1100100 | 0 | 10110 | 101111 | 10100111 | 1100100 | 11010 |
Color Harmonies of #008668
Complementary color
Monochromatic Colors of #008668
Black with #008668
Text Example
Text Example
White with #008668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008668; }
p { color: rgb(0,134,104); }
H1.HeaderClassName
{
color: #008668;
}
.AnyTagClassName
{
color: #008668;
}
</style>
background-color css
<style>
a { background-color: #008668; }
a { background-color: rgb(0,134,104); }
div.DivClassName
{
background-color: #008668;
}
.BgClassName
{
background-color: #008668;
}
</style>
border-color css
<style>
span { border-color: #008668; }
span { border-color: rgb(0,134,104); }
td.TdClassName
{
border-color: #008668;
}
.TagClassName
{
border-color: #008668;
}
</style>