Shades of Observatory #018D61
Tints of Observatory #018D61
RGB
CMYK
RGB Variations
Color information
#018D61 (or 0x018D61) is known color: Observatory. HEX triplet: 01, 8D and 61. RGB value is (1,141,97). Sum of RGB (Red+Green+Blue) = 1+141+97=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #018D61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D61 is #FE729E. Grayscale: #5E5E5E. Windows color (decimal): -16675487 or 6393089. OLE color: 6393089.
HSL color Cylindrical-coordinate representation of color #018D61: hue angle of 161.14º 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 #018D61 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 97 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.45 |
| HSL | 161.14º | 0.99% | 0.28% | - |
| HSV(B) | 161.14º | 0.99% | 0.55% | - |
| XYZ | 11.7 | 19.92 | 14.54 | - |
| YUV | 94.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 97 | 0.99 | 0 | 0.31 | 0.45 | 161.14 | 0.99 | 0.28 |
| Hex | 1 | 8D | 61 | 63 | 0 | 1F | 2D | A1 | 63 | 1C |
| Octal | 1 | 215 | 141 | 143 | 0 | 37 | 55 | 241 | 143 | 34 |
| Binary | 1 | 10001101 | 1100001 | 1100011 | 0 | 11111 | 101101 | 10100001 | 1100011 | 11100 |
Color Harmonies of #018D61
Complementary color
Monochromatic Colors of #018D61
Black with #018D61
Text Example
Text Example
White with #018D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D61; }
p { color: rgb(1,141,97); }
H1.HeaderClassName
{
color: #018D61;
}
.AnyTagClassName
{
color: #018D61;
}
</style>
background-color css
<style>
a { background-color: #018D61; }
a { background-color: rgb(1,141,97); }
div.DivClassName
{
background-color: #018D61;
}
.BgClassName
{
background-color: #018D61;
}
</style>
border-color css
<style>
span { border-color: #018D61; }
span { border-color: rgb(1,141,97); }
td.TdClassName
{
border-color: #018D61;
}
.TagClassName
{
border-color: #018D61;
}
</style>