Shades of Observatory #018D62
Tints of Observatory #018D62
RGB
CMYK
RGB Variations
Color information
#018D62 (or 0x018D62) is known color: Observatory. HEX triplet: 01, 8D and 62. RGB value is (1,141,98). Sum of RGB (Red+Green+Blue) = 1+141+98=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #018D62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D62 is #FE729D. Grayscale: #5E5E5E. Windows color (decimal): -16675486 or 6458625. OLE color: 6458625.
HSL color Cylindrical-coordinate representation of color #018D62: hue angle of 161.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D62 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 98 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.45 |
| HSL | 161.57º | 0.99% | 0.28% | - |
| HSV(B) | 161.57º | 0.99% | 0.55% | - |
| XYZ | 11.74 | 19.94 | 14.78 | - |
| YUV | 94.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 98 | 0.99 | 0 | 0.30 | 0.45 | 161.57 | 0.99 | 0.28 |
| Hex | 1 | 8D | 62 | 63 | 0 | 1E | 2D | A2 | 63 | 1C |
| Octal | 1 | 215 | 142 | 143 | 0 | 36 | 55 | 242 | 143 | 34 |
| Binary | 1 | 10001101 | 1100010 | 1100011 | 0 | 11110 | 101101 | 10100010 | 1100011 | 11100 |
Color Harmonies of #018D62
Complementary color
Monochromatic Colors of #018D62
Black with #018D62
Text Example
Text Example
White with #018D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D62; }
p { color: rgb(1,141,98); }
H1.HeaderClassName
{
color: #018D62;
}
.AnyTagClassName
{
color: #018D62;
}
</style>
background-color css
<style>
a { background-color: #018D62; }
a { background-color: rgb(1,141,98); }
div.DivClassName
{
background-color: #018D62;
}
.BgClassName
{
background-color: #018D62;
}
</style>
border-color css
<style>
span { border-color: #018D62; }
span { border-color: rgb(1,141,98); }
td.TdClassName
{
border-color: #018D62;
}
.TagClassName
{
border-color: #018D62;
}
</style>