Shades of Observatory #008C60
Tints of Observatory #008C60
RGB
CMYK
RGB Variations
Color information
#008C60 (or 0x008C60) is known color: Observatory. HEX triplet: 00, 8C and 60. RGB value is (0,140,96). Sum of RGB (Red+Green+Blue) = 0+140+96=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #008C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C60 is #FF739F. Grayscale: #5D5D5D. Windows color (decimal): -16741280 or 6327296. OLE color: 6327296.
HSL color Cylindrical-coordinate representation of color #008C60: hue angle of 161.14º 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 #008C60 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 96 | - |
| CMYK | 1 | 0 | 0.31 | 0.45 |
| HSL | 161.14º | 1% | 0.27% | - |
| HSV(B) | 161.14º | 1% | 0.55% | - |
| XYZ | 11.49 | 19.6 | 14.24 | - |
| YUV | 93.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 96 | 1 | 0 | 0.31 | 0.45 | 161.14 | 1 | 0.27 |
| Hex | 0 | 8C | 60 | 64 | 0 | 1F | 2D | A1 | 64 | 1B |
| Octal | 0 | 214 | 140 | 144 | 0 | 37 | 55 | 241 | 144 | 33 |
| Binary | 0 | 10001100 | 1100000 | 1100100 | 0 | 11111 | 101101 | 10100001 | 1100100 | 11011 |
Color Harmonies of #008C60
Complementary color
Monochromatic Colors of #008C60
Black with #008C60
Text Example
Text Example
White with #008C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C60; }
p { color: rgb(0,140,96); }
H1.HeaderClassName
{
color: #008C60;
}
.AnyTagClassName
{
color: #008C60;
}
</style>
background-color css
<style>
a { background-color: #008C60; }
a { background-color: rgb(0,140,96); }
div.DivClassName
{
background-color: #008C60;
}
.BgClassName
{
background-color: #008C60;
}
</style>
border-color css
<style>
span { border-color: #008C60; }
span { border-color: rgb(0,140,96); }
td.TdClassName
{
border-color: #008C60;
}
.TagClassName
{
border-color: #008C60;
}
</style>