Shades of Observatory #008C7B
Tints of Observatory #008C7B
RGB
CMYK
RGB Variations
Color information
#008C7B (or 0x008C7B) is known color: Observatory. HEX triplet: 00, 8C and 7B. RGB value is (0,140,123). Sum of RGB (Red+Green+Blue) = 0+140+123=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #008C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C7B is #FF7384. Grayscale: #606060. Windows color (decimal): -16741253 or 8096768. OLE color: 8096768.
HSL color Cylindrical-coordinate representation of color #008C7B: hue angle of 172.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C7B is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 123 | - |
| CMYK | 1 | 0 | 0.12 | 0.45 |
| HSL | 172.71º | 1% | 0.27% | - |
| HSV(B) | 172.71º | 1% | 0.55% | - |
| XYZ | 12.95 | 20.19 | 21.95 | - |
| YUV | 96.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 123 | 1 | 0 | 0.12 | 0.45 | 172.71 | 1 | 0.27 |
| Hex | 0 | 8C | 7B | 64 | 0 | C | 2D | AD | 64 | 1B |
| Octal | 0 | 214 | 173 | 144 | 0 | 14 | 55 | 255 | 144 | 33 |
| Binary | 0 | 10001100 | 1111011 | 1100100 | 0 | 1100 | 101101 | 10101101 | 1100100 | 11011 |
Color Harmonies of #008C7B
Complementary color
Monochromatic Colors of #008C7B
Black with #008C7B
Text Example
Text Example
White with #008C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C7B; }
p { color: rgb(0,140,123); }
H1.HeaderClassName
{
color: #008C7B;
}
.AnyTagClassName
{
color: #008C7B;
}
</style>
background-color css
<style>
a { background-color: #008C7B; }
a { background-color: rgb(0,140,123); }
div.DivClassName
{
background-color: #008C7B;
}
.BgClassName
{
background-color: #008C7B;
}
</style>
border-color css
<style>
span { border-color: #008C7B; }
span { border-color: rgb(0,140,123); }
td.TdClassName
{
border-color: #008C7B;
}
.TagClassName
{
border-color: #008C7B;
}
</style>