Shades of Observatory #008A6D
Tints of Observatory #008A6D
RGB
CMYK
RGB Variations
Color information
#008A6D (or 0x008A6D) is known color: Observatory. HEX triplet: 00, 8A and 6D. RGB value is (0,138,109). Sum of RGB (Red+Green+Blue) = 0+138+109=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #008A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A6D is #FF7592. Grayscale: #5D5D5D. Windows color (decimal): -16741779 or 7178752. OLE color: 7178752.
HSL color Cylindrical-coordinate representation of color #008A6D: hue angle of 167.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A6D is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 109 | - |
| CMYK | 1 | 0 | 0.21 | 0.46 |
| HSL | 167.39º | 1% | 0.27% | - |
| HSV(B) | 167.39º | 1% | 0.54% | - |
| XYZ | 11.85 | 19.28 | 17.57 | - |
| YUV | 93.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 109 | 1 | 0 | 0.21 | 0.46 | 167.39 | 1 | 0.27 |
| Hex | 0 | 8A | 6D | 64 | 0 | 15 | 2E | A7 | 64 | 1B |
| Octal | 0 | 212 | 155 | 144 | 0 | 25 | 56 | 247 | 144 | 33 |
| Binary | 0 | 10001010 | 1101101 | 1100100 | 0 | 10101 | 101110 | 10100111 | 1100100 | 11011 |
Color Harmonies of #008A6D
Complementary color
Monochromatic Colors of #008A6D
Black with #008A6D
Text Example
Text Example
White with #008A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A6D; }
p { color: rgb(0,138,109); }
H1.HeaderClassName
{
color: #008A6D;
}
.AnyTagClassName
{
color: #008A6D;
}
</style>
background-color css
<style>
a { background-color: #008A6D; }
a { background-color: rgb(0,138,109); }
div.DivClassName
{
background-color: #008A6D;
}
.BgClassName
{
background-color: #008A6D;
}
</style>
border-color css
<style>
span { border-color: #008A6D; }
span { border-color: rgb(0,138,109); }
td.TdClassName
{
border-color: #008A6D;
}
.TagClassName
{
border-color: #008A6D;
}
</style>