Shades of Observatory #018860
Tints of Observatory #018860
RGB
CMYK
RGB Variations
Color information
#018860 (or 0x018860) is known color: Observatory. HEX triplet: 01, 88 and 60. RGB value is (1,136,96). Sum of RGB (Red+Green+Blue) = 1+136+96=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #018860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018860 is #FE779F. Grayscale: #5B5B5B. Windows color (decimal): -16676768 or 6326273. OLE color: 6326273.
HSL color Cylindrical-coordinate representation of color #018860: hue angle of 162.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018860 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 96 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.47 |
| HSL | 162.22º | 0.99% | 0.27% | - |
| HSV(B) | 162.22º | 0.99% | 0.53% | - |
| XYZ | 10.93 | 18.46 | 14.05 | - |
| YUV | 91.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 96 | 0.99 | 0 | 0.29 | 0.47 | 162.22 | 0.99 | 0.27 |
| Hex | 1 | 88 | 60 | 63 | 0 | 1D | 2F | A2 | 63 | 1B |
| Octal | 1 | 210 | 140 | 143 | 0 | 35 | 57 | 242 | 143 | 33 |
| Binary | 1 | 10001000 | 1100000 | 1100011 | 0 | 11101 | 101111 | 10100010 | 1100011 | 11011 |
Color Harmonies of #018860
Complementary color
Monochromatic Colors of #018860
Black with #018860
Text Example
Text Example
White with #018860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018860; }
p { color: rgb(1,136,96); }
H1.HeaderClassName
{
color: #018860;
}
.AnyTagClassName
{
color: #018860;
}
</style>
background-color css
<style>
a { background-color: #018860; }
a { background-color: rgb(1,136,96); }
div.DivClassName
{
background-color: #018860;
}
.BgClassName
{
background-color: #018860;
}
</style>
border-color css
<style>
span { border-color: #018860; }
span { border-color: rgb(1,136,96); }
td.TdClassName
{
border-color: #018860;
}
.TagClassName
{
border-color: #018860;
}
</style>