Shades of Observatory #018E62
Tints of Observatory #018E62
RGB
CMYK
RGB Variations
Color information
#018E62 (or 0x018E62) is known color: Observatory. HEX triplet: 01, 8E and 62. RGB value is (1,142,98). Sum of RGB (Red+Green+Blue) = 1+142+98=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #018E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E62 is #FE719D. Grayscale: #5E5E5E. Windows color (decimal): -16675230 or 6458881. OLE color: 6458881.
HSL color Cylindrical-coordinate representation of color #018E62: hue angle of 161.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E62 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 98 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.44 |
| HSL | 161.28º | 0.99% | 0.28% | - |
| HSV(B) | 161.28º | 0.99% | 0.56% | - |
| XYZ | 11.89 | 20.23 | 14.83 | - |
| YUV | 94.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 98 | 0.99 | 0 | 0.31 | 0.44 | 161.28 | 0.99 | 0.28 |
| Hex | 1 | 8E | 62 | 63 | 0 | 1F | 2C | A1 | 63 | 1C |
| Octal | 1 | 216 | 142 | 143 | 0 | 37 | 54 | 241 | 143 | 34 |
| Binary | 1 | 10001110 | 1100010 | 1100011 | 0 | 11111 | 101100 | 10100001 | 1100011 | 11100 |
Color Harmonies of #018E62
Complementary color
Monochromatic Colors of #018E62
Black with #018E62
Text Example
Text Example
White with #018E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E62; }
p { color: rgb(1,142,98); }
H1.HeaderClassName
{
color: #018E62;
}
.AnyTagClassName
{
color: #018E62;
}
</style>
background-color css
<style>
a { background-color: #018E62; }
a { background-color: rgb(1,142,98); }
div.DivClassName
{
background-color: #018E62;
}
.BgClassName
{
background-color: #018E62;
}
</style>
border-color css
<style>
span { border-color: #018E62; }
span { border-color: rgb(1,142,98); }
td.TdClassName
{
border-color: #018E62;
}
.TagClassName
{
border-color: #018E62;
}
</style>