Shades of Observatory #018764
Tints of Observatory #018764
RGB
CMYK
RGB Variations
Color information
#018764 (or 0x018764) is known color: Observatory. HEX triplet: 01, 87 and 64. RGB value is (1,135,100). Sum of RGB (Red+Green+Blue) = 1+135+100=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #018764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018764 is #FE789B. Grayscale: #5A5A5A. Windows color (decimal): -16677020 or 6588161. OLE color: 6588161.
HSL color Cylindrical-coordinate representation of color #018764: hue angle of 164.33º 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 #018764 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 100 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.47 |
| HSL | 164.33º | 0.99% | 0.27% | - |
| HSV(B) | 164.33º | 0.99% | 0.53% | - |
| XYZ | 10.98 | 18.25 | 15 | - |
| YUV | 90.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 100 | 0.99 | 0 | 0.26 | 0.47 | 164.33 | 0.99 | 0.27 |
| Hex | 1 | 87 | 64 | 63 | 0 | 1A | 2F | A4 | 63 | 1B |
| Octal | 1 | 207 | 144 | 143 | 0 | 32 | 57 | 244 | 143 | 33 |
| Binary | 1 | 10000111 | 1100100 | 1100011 | 0 | 11010 | 101111 | 10100100 | 1100011 | 11011 |
Color Harmonies of #018764
Complementary color
Monochromatic Colors of #018764
Black with #018764
Text Example
Text Example
White with #018764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018764; }
p { color: rgb(1,135,100); }
H1.HeaderClassName
{
color: #018764;
}
.AnyTagClassName
{
color: #018764;
}
</style>
background-color css
<style>
a { background-color: #018764; }
a { background-color: rgb(1,135,100); }
div.DivClassName
{
background-color: #018764;
}
.BgClassName
{
background-color: #018764;
}
</style>
border-color css
<style>
span { border-color: #018764; }
span { border-color: rgb(1,135,100); }
td.TdClassName
{
border-color: #018764;
}
.TagClassName
{
border-color: #018764;
}
</style>