Shades of Observatory #018C70
Tints of Observatory #018C70
RGB
CMYK
RGB Variations
Color information
#018C70 (or 0x018C70) is known color: Observatory. HEX triplet: 01, 8C and 70. RGB value is (1,140,112). Sum of RGB (Red+Green+Blue) = 1+140+112=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #018C70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C70 is #FE738F. Grayscale: #5F5F5F. Windows color (decimal): -16675728 or 7375873. OLE color: 7375873.
HSL color Cylindrical-coordinate representation of color #018C70: hue angle of 167.91º 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 #018C70 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 112 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.45 |
| HSL | 167.91º | 0.99% | 0.28% | - |
| HSV(B) | 167.91º | 0.99% | 0.55% | - |
| XYZ | 12.32 | 19.93 | 18.53 | - |
| YUV | 95.25 | 137.45 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 112 | 0.99 | 0 | 0.20 | 0.45 | 167.91 | 0.99 | 0.28 |
| Hex | 1 | 8C | 70 | 63 | 0 | 14 | 2D | A8 | 63 | 1C |
| Octal | 1 | 214 | 160 | 143 | 0 | 24 | 55 | 250 | 143 | 34 |
| Binary | 1 | 10001100 | 1110000 | 1100011 | 0 | 10100 | 101101 | 10101000 | 1100011 | 11100 |
Color Harmonies of #018C70
Complementary color
Monochromatic Colors of #018C70
Black with #018C70
Text Example
Text Example
White with #018C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C70; }
p { color: rgb(1,140,112); }
H1.HeaderClassName
{
color: #018C70;
}
.AnyTagClassName
{
color: #018C70;
}
</style>
background-color css
<style>
a { background-color: #018C70; }
a { background-color: rgb(1,140,112); }
div.DivClassName
{
background-color: #018C70;
}
.BgClassName
{
background-color: #018C70;
}
</style>
border-color css
<style>
span { border-color: #018C70; }
span { border-color: rgb(1,140,112); }
td.TdClassName
{
border-color: #018C70;
}
.TagClassName
{
border-color: #018C70;
}
</style>