Shades of Observatory #018777
Tints of Observatory #018777
RGB
CMYK
RGB Variations
Color information
#018777 (or 0x018777) is known color: Observatory. HEX triplet: 01, 87 and 77. RGB value is (1,135,119). Sum of RGB (Red+Green+Blue) = 1+135+119=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #018777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018777 is #FE7888. Grayscale: #5D5D5D. Windows color (decimal): -16677001 or 7833345. OLE color: 7833345.
HSL color Cylindrical-coordinate representation of color #018777: hue angle of 172.84º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018777 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 119 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.47 |
| HSL | 172.84º | 0.99% | 0.27% | - |
| HSV(B) | 172.84º | 0.99% | 0.53% | - |
| XYZ | 12.01 | 18.67 | 20.42 | - |
| YUV | 93.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 119 | 0.99 | 0 | 0.12 | 0.47 | 172.84 | 0.99 | 0.27 |
| Hex | 1 | 87 | 77 | 63 | 0 | C | 2F | AD | 63 | 1B |
| Octal | 1 | 207 | 167 | 143 | 0 | 14 | 57 | 255 | 143 | 33 |
| Binary | 1 | 10000111 | 1110111 | 1100011 | 0 | 1100 | 101111 | 10101101 | 1100011 | 11011 |
Color Harmonies of #018777
Complementary color
Monochromatic Colors of #018777
Black with #018777
Text Example
Text Example
White with #018777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018777; }
p { color: rgb(1,135,119); }
H1.HeaderClassName
{
color: #018777;
}
.AnyTagClassName
{
color: #018777;
}
</style>
background-color css
<style>
a { background-color: #018777; }
a { background-color: rgb(1,135,119); }
div.DivClassName
{
background-color: #018777;
}
.BgClassName
{
background-color: #018777;
}
</style>
border-color css
<style>
span { border-color: #018777; }
span { border-color: rgb(1,135,119); }
td.TdClassName
{
border-color: #018777;
}
.TagClassName
{
border-color: #018777;
}
</style>