Shades of Observatory #018D73
Tints of Observatory #018D73
RGB
CMYK
RGB Variations
Color information
#018D73 (or 0x018D73) is known color: Observatory. HEX triplet: 01, 8D and 73. RGB value is (1,141,115). Sum of RGB (Red+Green+Blue) = 1+141+115=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #018D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D73 is #FE728C. Grayscale: #606060. Windows color (decimal): -16675469 or 7572737. OLE color: 7572737.
HSL color Cylindrical-coordinate representation of color #018D73: hue angle of 168.86º 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 #018D73 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 115 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.45 |
| HSL | 168.86º | 0.99% | 0.28% | - |
| HSV(B) | 168.86º | 0.99% | 0.55% | - |
| XYZ | 12.63 | 20.29 | 19.47 | - |
| YUV | 96.18 | 138.62 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 115 | 0.99 | 0 | 0.18 | 0.45 | 168.86 | 0.99 | 0.28 |
| Hex | 1 | 8D | 73 | 63 | 0 | 12 | 2D | A9 | 63 | 1C |
| Octal | 1 | 215 | 163 | 143 | 0 | 22 | 55 | 251 | 143 | 34 |
| Binary | 1 | 10001101 | 1110011 | 1100011 | 0 | 10010 | 101101 | 10101001 | 1100011 | 11100 |
Color Harmonies of #018D73
Complementary color
Monochromatic Colors of #018D73
Black with #018D73
Text Example
Text Example
White with #018D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D73; }
p { color: rgb(1,141,115); }
H1.HeaderClassName
{
color: #018D73;
}
.AnyTagClassName
{
color: #018D73;
}
</style>
background-color css
<style>
a { background-color: #018D73; }
a { background-color: rgb(1,141,115); }
div.DivClassName
{
background-color: #018D73;
}
.BgClassName
{
background-color: #018D73;
}
</style>
border-color css
<style>
span { border-color: #018D73; }
span { border-color: rgb(1,141,115); }
td.TdClassName
{
border-color: #018D73;
}
.TagClassName
{
border-color: #018D73;
}
</style>