Shades of Observatory #018D68
Tints of Observatory #018D68
RGB
CMYK
RGB Variations
Color information
#018D68 (or 0x018D68) is known color: Observatory. HEX triplet: 01, 8D and 68. RGB value is (1,141,104). Sum of RGB (Red+Green+Blue) = 1+141+104=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #018D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D68 is #FE7297. Grayscale: #5E5E5E. Windows color (decimal): -16675480 or 6851841. OLE color: 6851841.
HSL color Cylindrical-coordinate representation of color #018D68: hue angle of 164.14º 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 #018D68 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 104 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.45 |
| HSL | 164.14º | 0.99% | 0.28% | - |
| HSV(B) | 164.14º | 0.99% | 0.55% | - |
| XYZ | 12.04 | 20.06 | 16.33 | - |
| YUV | 94.92 | 133.12 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 104 | 0.99 | 0 | 0.26 | 0.45 | 164.14 | 0.99 | 0.28 |
| Hex | 1 | 8D | 68 | 63 | 0 | 1A | 2D | A4 | 63 | 1C |
| Octal | 1 | 215 | 150 | 143 | 0 | 32 | 55 | 244 | 143 | 34 |
| Binary | 1 | 10001101 | 1101000 | 1100011 | 0 | 11010 | 101101 | 10100100 | 1100011 | 11100 |
Color Harmonies of #018D68
Complementary color
Monochromatic Colors of #018D68
Black with #018D68
Text Example
Text Example
White with #018D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D68; }
p { color: rgb(1,141,104); }
H1.HeaderClassName
{
color: #018D68;
}
.AnyTagClassName
{
color: #018D68;
}
</style>
background-color css
<style>
a { background-color: #018D68; }
a { background-color: rgb(1,141,104); }
div.DivClassName
{
background-color: #018D68;
}
.BgClassName
{
background-color: #018D68;
}
</style>
border-color css
<style>
span { border-color: #018D68; }
span { border-color: rgb(1,141,104); }
td.TdClassName
{
border-color: #018D68;
}
.TagClassName
{
border-color: #018D68;
}
</style>