Shades of Observatory #018F6F
Tints of Observatory #018F6F
RGB
CMYK
RGB Variations
Color information
#018F6F (or 0x018F6F) is known color: Observatory. HEX triplet: 01, 8F and 6F. RGB value is (1,143,111). Sum of RGB (Red+Green+Blue) = 1+143+111=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #018F6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F6F is #FE7090. Grayscale: #606060. Windows color (decimal): -16674961 or 7311105. OLE color: 7311105.
HSL color Cylindrical-coordinate representation of color #018F6F: hue angle of 166.48º 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 #018F6F is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 111 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.44 |
| HSL | 166.48º | 0.99% | 0.28% | - |
| HSV(B) | 166.48º | 0.99% | 0.56% | - |
| XYZ | 12.7 | 20.8 | 18.38 | - |
| YUV | 96.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 111 | 0.99 | 0 | 0.22 | 0.44 | 166.48 | 0.99 | 0.28 |
| Hex | 1 | 8F | 6F | 63 | 0 | 16 | 2C | A6 | 63 | 1C |
| Octal | 1 | 217 | 157 | 143 | 0 | 26 | 54 | 246 | 143 | 34 |
| Binary | 1 | 10001111 | 1101111 | 1100011 | 0 | 10110 | 101100 | 10100110 | 1100011 | 11100 |
Color Harmonies of #018F6F
Complementary color
Monochromatic Colors of #018F6F
Black with #018F6F
Text Example
Text Example
White with #018F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F6F; }
p { color: rgb(1,143,111); }
H1.HeaderClassName
{
color: #018F6F;
}
.AnyTagClassName
{
color: #018F6F;
}
</style>
background-color css
<style>
a { background-color: #018F6F; }
a { background-color: rgb(1,143,111); }
div.DivClassName
{
background-color: #018F6F;
}
.BgClassName
{
background-color: #018F6F;
}
</style>
border-color css
<style>
span { border-color: #018F6F; }
span { border-color: rgb(1,143,111); }
td.TdClassName
{
border-color: #018F6F;
}
.TagClassName
{
border-color: #018F6F;
}
</style>