Shades of Observatory #018E69
Tints of Observatory #018E69
RGB
CMYK
RGB Variations
Color information
#018E69 (or 0x018E69) is known color: Observatory. HEX triplet: 01, 8E and 69. RGB value is (1,142,105). Sum of RGB (Red+Green+Blue) = 1+142+105=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #018E69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E69 is #FE7196. Grayscale: #5F5F5F. Windows color (decimal): -16675223 or 6917633. OLE color: 6917633.
HSL color Cylindrical-coordinate representation of color #018E69: hue angle of 164.26º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E69 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 105 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.44 |
| HSL | 164.26º | 0.99% | 0.28% | - |
| HSV(B) | 164.26º | 0.99% | 0.56% | - |
| XYZ | 12.24 | 20.37 | 16.65 | - |
| YUV | 95.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 105 | 0.99 | 0 | 0.26 | 0.44 | 164.26 | 0.99 | 0.28 |
| Hex | 1 | 8E | 69 | 63 | 0 | 1A | 2C | A4 | 63 | 1C |
| Octal | 1 | 216 | 151 | 143 | 0 | 32 | 54 | 244 | 143 | 34 |
| Binary | 1 | 10001110 | 1101001 | 1100011 | 0 | 11010 | 101100 | 10100100 | 1100011 | 11100 |
Color Harmonies of #018E69
Complementary color
Monochromatic Colors of #018E69
Black with #018E69
Text Example
Text Example
White with #018E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E69; }
p { color: rgb(1,142,105); }
H1.HeaderClassName
{
color: #018E69;
}
.AnyTagClassName
{
color: #018E69;
}
</style>
background-color css
<style>
a { background-color: #018E69; }
a { background-color: rgb(1,142,105); }
div.DivClassName
{
background-color: #018E69;
}
.BgClassName
{
background-color: #018E69;
}
</style>
border-color css
<style>
span { border-color: #018E69; }
span { border-color: rgb(1,142,105); }
td.TdClassName
{
border-color: #018E69;
}
.TagClassName
{
border-color: #018E69;
}
</style>