Shades of Observatory #018E77
Tints of Observatory #018E77
RGB
CMYK
RGB Variations
Color information
#018E77 (or 0x018E77) is known color: Observatory. HEX triplet: 01, 8E and 77. RGB value is (1,142,119). Sum of RGB (Red+Green+Blue) = 1+142+119=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #018E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E77 is #FE7188. Grayscale: #616161. Windows color (decimal): -16675209 or 7835137. OLE color: 7835137.
HSL color Cylindrical-coordinate representation of color #018E77: hue angle of 170.21º 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 #018E77 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 119 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.44 |
| HSL | 170.21º | 0.99% | 0.28% | - |
| HSV(B) | 170.21º | 0.99% | 0.56% | - |
| XYZ | 13.02 | 20.68 | 20.76 | - |
| YUV | 97.22 | 140.29 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 119 | 0.99 | 0 | 0.16 | 0.44 | 170.21 | 0.99 | 0.28 |
| Hex | 1 | 8E | 77 | 63 | 0 | 10 | 2C | AA | 63 | 1C |
| Octal | 1 | 216 | 167 | 143 | 0 | 20 | 54 | 252 | 143 | 34 |
| Binary | 1 | 10001110 | 1110111 | 1100011 | 0 | 10000 | 101100 | 10101010 | 1100011 | 11100 |
Color Harmonies of #018E77
Complementary color
Monochromatic Colors of #018E77
Black with #018E77
Text Example
Text Example
White with #018E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E77; }
p { color: rgb(1,142,119); }
H1.HeaderClassName
{
color: #018E77;
}
.AnyTagClassName
{
color: #018E77;
}
</style>
background-color css
<style>
a { background-color: #018E77; }
a { background-color: rgb(1,142,119); }
div.DivClassName
{
background-color: #018E77;
}
.BgClassName
{
background-color: #018E77;
}
</style>
border-color css
<style>
span { border-color: #018E77; }
span { border-color: rgb(1,142,119); }
td.TdClassName
{
border-color: #018E77;
}
.TagClassName
{
border-color: #018E77;
}
</style>