Shades of Observatory #018B6F
Tints of Observatory #018B6F
RGB
CMYK
RGB Variations
Color information
#018B6F (or 0x018B6F) is known color: Observatory. HEX triplet: 01, 8B and 6F. RGB value is (1,139,111). Sum of RGB (Red+Green+Blue) = 1+139+111=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #018B6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B6F is #FE7490. Grayscale: #5E5E5E. Windows color (decimal): -16675985 or 7310081. OLE color: 7310081.
HSL color Cylindrical-coordinate representation of color #018B6F: hue angle of 167.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B6F is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 111 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.45 |
| HSL | 167.83º | 0.99% | 0.27% | - |
| HSV(B) | 167.83º | 0.99% | 0.55% | - |
| XYZ | 12.11 | 19.62 | 18.19 | - |
| YUV | 94.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 111 | 0.99 | 0 | 0.20 | 0.45 | 167.83 | 0.99 | 0.27 |
| Hex | 1 | 8B | 6F | 63 | 0 | 14 | 2D | A8 | 63 | 1B |
| Octal | 1 | 213 | 157 | 143 | 0 | 24 | 55 | 250 | 143 | 33 |
| Binary | 1 | 10001011 | 1101111 | 1100011 | 0 | 10100 | 101101 | 10101000 | 1100011 | 11011 |
Color Harmonies of #018B6F
Complementary color
Monochromatic Colors of #018B6F
Black with #018B6F
Text Example
Text Example
White with #018B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B6F; }
p { color: rgb(1,139,111); }
H1.HeaderClassName
{
color: #018B6F;
}
.AnyTagClassName
{
color: #018B6F;
}
</style>
background-color css
<style>
a { background-color: #018B6F; }
a { background-color: rgb(1,139,111); }
div.DivClassName
{
background-color: #018B6F;
}
.BgClassName
{
background-color: #018B6F;
}
</style>
border-color css
<style>
span { border-color: #018B6F; }
span { border-color: rgb(1,139,111); }
td.TdClassName
{
border-color: #018B6F;
}
.TagClassName
{
border-color: #018B6F;
}
</style>