Shades of Observatory #018A64
Tints of Observatory #018A64
RGB
CMYK
RGB Variations
Color information
#018A64 (or 0x018A64) is known color: Observatory. HEX triplet: 01, 8A and 64. RGB value is (1,138,100). Sum of RGB (Red+Green+Blue) = 1+138+100=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #018A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A64 is #FE759B. Grayscale: #5C5C5C. Windows color (decimal): -16676252 or 6588929. OLE color: 6588929.
HSL color Cylindrical-coordinate representation of color #018A64: hue angle of 163.36º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A64 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 100 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.46 |
| HSL | 163.36º | 0.99% | 0.27% | - |
| HSV(B) | 163.36º | 0.99% | 0.54% | - |
| XYZ | 11.4 | 19.1 | 15.14 | - |
| YUV | 92.71 | 132.11 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 100 | 0.99 | 0 | 0.28 | 0.46 | 163.36 | 0.99 | 0.27 |
| Hex | 1 | 8A | 64 | 63 | 0 | 1C | 2E | A3 | 63 | 1B |
| Octal | 1 | 212 | 144 | 143 | 0 | 34 | 56 | 243 | 143 | 33 |
| Binary | 1 | 10001010 | 1100100 | 1100011 | 0 | 11100 | 101110 | 10100011 | 1100011 | 11011 |
Color Harmonies of #018A64
Complementary color
Monochromatic Colors of #018A64
Black with #018A64
Text Example
Text Example
White with #018A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A64; }
p { color: rgb(1,138,100); }
H1.HeaderClassName
{
color: #018A64;
}
.AnyTagClassName
{
color: #018A64;
}
</style>
background-color css
<style>
a { background-color: #018A64; }
a { background-color: rgb(1,138,100); }
div.DivClassName
{
background-color: #018A64;
}
.BgClassName
{
background-color: #018A64;
}
</style>
border-color css
<style>
span { border-color: #018A64; }
span { border-color: rgb(1,138,100); }
td.TdClassName
{
border-color: #018A64;
}
.TagClassName
{
border-color: #018A64;
}
</style>