Shades of Observatory #018A60
Tints of Observatory #018A60
RGB
CMYK
RGB Variations
Color information
#018A60 (or 0x018A60) is known color: Observatory. HEX triplet: 01, 8A and 60. RGB value is (1,138,96). Sum of RGB (Red+Green+Blue) = 1+138+96=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #018A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A60 is #FE759F. Grayscale: #5C5C5C. Windows color (decimal): -16676256 or 6326785. OLE color: 6326785.
HSL color Cylindrical-coordinate representation of color #018A60: hue angle of 161.61º 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 #018A60 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 96 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.46 |
| HSL | 161.61º | 0.99% | 0.27% | - |
| HSV(B) | 161.61º | 0.99% | 0.54% | - |
| XYZ | 11.21 | 19.03 | 14.15 | - |
| YUV | 92.25 | 130.11 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 96 | 0.99 | 0 | 0.30 | 0.46 | 161.61 | 0.99 | 0.27 |
| Hex | 1 | 8A | 60 | 63 | 0 | 1E | 2E | A2 | 63 | 1B |
| Octal | 1 | 212 | 140 | 143 | 0 | 36 | 56 | 242 | 143 | 33 |
| Binary | 1 | 10001010 | 1100000 | 1100011 | 0 | 11110 | 101110 | 10100010 | 1100011 | 11011 |
Color Harmonies of #018A60
Complementary color
Monochromatic Colors of #018A60
Black with #018A60
Text Example
Text Example
White with #018A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A60; }
p { color: rgb(1,138,96); }
H1.HeaderClassName
{
color: #018A60;
}
.AnyTagClassName
{
color: #018A60;
}
</style>
background-color css
<style>
a { background-color: #018A60; }
a { background-color: rgb(1,138,96); }
div.DivClassName
{
background-color: #018A60;
}
.BgClassName
{
background-color: #018A60;
}
</style>
border-color css
<style>
span { border-color: #018A60; }
span { border-color: rgb(1,138,96); }
td.TdClassName
{
border-color: #018A60;
}
.TagClassName
{
border-color: #018A60;
}
</style>