Shades of Observatory #008C77
Tints of Observatory #008C77
RGB
CMYK
RGB Variations
Color information
#008C77 (or 0x008C77) is known color: Observatory. HEX triplet: 00, 8C and 77. RGB value is (0,140,119). Sum of RGB (Red+Green+Blue) = 0+140+119=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #008C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C77 is #FF7388. Grayscale: #5F5F5F. Windows color (decimal): -16741257 or 7834624. OLE color: 7834624.
HSL color Cylindrical-coordinate representation of color #008C77: hue angle of 171º 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 #008C77 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 119 | - |
| CMYK | 1 | 0 | 0.15 | 0.45 |
| HSL | 171º | 1% | 0.27% | - |
| HSV(B) | 171º | 1% | 0.55% | - |
| XYZ | 12.71 | 20.09 | 20.66 | - |
| YUV | 95.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 119 | 1 | 0 | 0.15 | 0.45 | 171 | 1 | 0.27 |
| Hex | 0 | 8C | 77 | 64 | 0 | F | 2D | AB | 64 | 1B |
| Octal | 0 | 214 | 167 | 144 | 0 | 17 | 55 | 253 | 144 | 33 |
| Binary | 0 | 10001100 | 1110111 | 1100100 | 0 | 1111 | 101101 | 10101011 | 1100100 | 11011 |
Color Harmonies of #008C77
Complementary color
Monochromatic Colors of #008C77
Black with #008C77
Text Example
Text Example
White with #008C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C77; }
p { color: rgb(0,140,119); }
H1.HeaderClassName
{
color: #008C77;
}
.AnyTagClassName
{
color: #008C77;
}
</style>
background-color css
<style>
a { background-color: #008C77; }
a { background-color: rgb(0,140,119); }
div.DivClassName
{
background-color: #008C77;
}
.BgClassName
{
background-color: #008C77;
}
</style>
border-color css
<style>
span { border-color: #008C77; }
span { border-color: rgb(0,140,119); }
td.TdClassName
{
border-color: #008C77;
}
.TagClassName
{
border-color: #008C77;
}
</style>