Shades of Observatory #018C79
Tints of Observatory #018C79
RGB
CMYK
RGB Variations
Color information
#018C79 (or 0x018C79) is known color: Observatory. HEX triplet: 01, 8C and 79. RGB value is (1,140,121). Sum of RGB (Red+Green+Blue) = 1+140+121=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #018C79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C79 is #FE7386. Grayscale: #606060. Windows color (decimal): -16675719 or 7965697. OLE color: 7965697.
HSL color Cylindrical-coordinate representation of color #018C79: hue angle of 171.8º 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 #018C79 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 121 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.45 |
| HSL | 171.8º | 0.99% | 0.28% | - |
| HSV(B) | 171.8º | 0.99% | 0.55% | - |
| XYZ | 12.84 | 20.14 | 21.3 | - |
| YUV | 96.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 121 | 0.99 | 0 | 0.14 | 0.45 | 171.8 | 0.99 | 0.28 |
| Hex | 1 | 8C | 79 | 63 | 0 | E | 2D | AC | 63 | 1C |
| Octal | 1 | 214 | 171 | 143 | 0 | 16 | 55 | 254 | 143 | 34 |
| Binary | 1 | 10001100 | 1111001 | 1100011 | 0 | 1110 | 101101 | 10101100 | 1100011 | 11100 |
Color Harmonies of #018C79
Complementary color
Monochromatic Colors of #018C79
Black with #018C79
Text Example
Text Example
White with #018C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C79; }
p { color: rgb(1,140,121); }
H1.HeaderClassName
{
color: #018C79;
}
.AnyTagClassName
{
color: #018C79;
}
</style>
background-color css
<style>
a { background-color: #018C79; }
a { background-color: rgb(1,140,121); }
div.DivClassName
{
background-color: #018C79;
}
.BgClassName
{
background-color: #018C79;
}
</style>
border-color css
<style>
span { border-color: #018C79; }
span { border-color: rgb(1,140,121); }
td.TdClassName
{
border-color: #018C79;
}
.TagClassName
{
border-color: #018C79;
}
</style>