Shades of Observatory #018665
Tints of Observatory #018665
RGB
CMYK
RGB Variations
Color information
#018665 (or 0x018665) is known color: Observatory. HEX triplet: 01, 86 and 65. RGB value is (1,134,101). Sum of RGB (Red+Green+Blue) = 1+134+101=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #018665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018665 is #FE799A. Grayscale: #5A5A5A. Windows color (decimal): -16677275 or 6653441. OLE color: 6653441.
HSL color Cylindrical-coordinate representation of color #018665: hue angle of 165.11º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018665 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 101 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.47 |
| HSL | 165.11º | 0.99% | 0.26% | - |
| HSV(B) | 165.11º | 0.99% | 0.53% | - |
| XYZ | 10.89 | 18 | 15.21 | - |
| YUV | 90.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 101 | 0.99 | 0 | 0.25 | 0.47 | 165.11 | 0.99 | 0.26 |
| Hex | 1 | 86 | 65 | 63 | 0 | 19 | 2F | A5 | 63 | 1A |
| Octal | 1 | 206 | 145 | 143 | 0 | 31 | 57 | 245 | 143 | 32 |
| Binary | 1 | 10000110 | 1100101 | 1100011 | 0 | 11001 | 101111 | 10100101 | 1100011 | 11010 |
Color Harmonies of #018665
Complementary color
Monochromatic Colors of #018665
Black with #018665
Text Example
Text Example
White with #018665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018665; }
p { color: rgb(1,134,101); }
H1.HeaderClassName
{
color: #018665;
}
.AnyTagClassName
{
color: #018665;
}
</style>
background-color css
<style>
a { background-color: #018665; }
a { background-color: rgb(1,134,101); }
div.DivClassName
{
background-color: #018665;
}
.BgClassName
{
background-color: #018665;
}
</style>
border-color css
<style>
span { border-color: #018665; }
span { border-color: rgb(1,134,101); }
td.TdClassName
{
border-color: #018665;
}
.TagClassName
{
border-color: #018665;
}
</style>