Shades of Observatory #018C60
Tints of Observatory #018C60
RGB
CMYK
RGB Variations
Color information
#018C60 (or 0x018C60) is known color: Observatory. HEX triplet: 01, 8C and 60. RGB value is (1,140,96). Sum of RGB (Red+Green+Blue) = 1+140+96=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #018C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C60 is #FE739F. Grayscale: #5D5D5D. Windows color (decimal): -16675744 or 6327297. OLE color: 6327297.
HSL color Cylindrical-coordinate representation of color #018C60: hue angle of 161.01º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C60 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 96 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.45 |
| HSL | 161.01º | 0.99% | 0.28% | - |
| HSV(B) | 161.01º | 0.99% | 0.55% | - |
| XYZ | 11.5 | 19.61 | 14.24 | - |
| YUV | 93.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 96 | 0.99 | 0 | 0.31 | 0.45 | 161.01 | 0.99 | 0.28 |
| Hex | 1 | 8C | 60 | 63 | 0 | 1F | 2D | A1 | 63 | 1C |
| Octal | 1 | 214 | 140 | 143 | 0 | 37 | 55 | 241 | 143 | 34 |
| Binary | 1 | 10001100 | 1100000 | 1100011 | 0 | 11111 | 101101 | 10100001 | 1100011 | 11100 |
Color Harmonies of #018C60
Complementary color
Monochromatic Colors of #018C60
Black with #018C60
Text Example
Text Example
White with #018C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C60; }
p { color: rgb(1,140,96); }
H1.HeaderClassName
{
color: #018C60;
}
.AnyTagClassName
{
color: #018C60;
}
</style>
background-color css
<style>
a { background-color: #018C60; }
a { background-color: rgb(1,140,96); }
div.DivClassName
{
background-color: #018C60;
}
.BgClassName
{
background-color: #018C60;
}
</style>
border-color css
<style>
span { border-color: #018C60; }
span { border-color: rgb(1,140,96); }
td.TdClassName
{
border-color: #018C60;
}
.TagClassName
{
border-color: #018C60;
}
</style>