Shades of Observatory #0D866F
Tints of Observatory #0D866F
RGB
CMYK
RGB Variations
Color information
#0D866F (or 0x0D866F) is known color: Observatory. HEX triplet: 0D, 86 and 6F. RGB value is (13,134,111). Sum of RGB (Red+Green+Blue) = 13+134+111=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #0D866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D866F is #F27990. Grayscale: #5F5F5F. Windows color (decimal): -15890833 or 7308813. OLE color: 7308813.
HSL color Cylindrical-coordinate representation of color #0D866F: hue angle of 168.6º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D866F is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 111 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.47 |
| HSL | 168.6º | 0.82% | 0.29% | - |
| HSV(B) | 168.6º | 0.9% | 0.53% | - |
| XYZ | 11.56 | 18.28 | 17.96 | - |
| YUV | 95.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 111 | 0.90 | 0 | 0.17 | 0.47 | 168.6 | 0.82 | 0.29 |
| Hex | D | 86 | 6F | 5A | 0 | 11 | 2F | A9 | 52 | 1D |
| Octal | 15 | 206 | 157 | 132 | 0 | 21 | 57 | 251 | 122 | 35 |
| Binary | 1101 | 10000110 | 1101111 | 1011010 | 0 | 10001 | 101111 | 10101001 | 1010010 | 11101 |
Color Harmonies of #0D866F
Complementary color
Monochromatic Colors of #0D866F
Black with #0D866F
Text Example
Text Example
White with #0D866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D866F; }
p { color: rgb(13,134,111); }
H1.HeaderClassName
{
color: #0D866F;
}
.AnyTagClassName
{
color: #0D866F;
}
</style>
background-color css
<style>
a { background-color: #0D866F; }
a { background-color: rgb(13,134,111); }
div.DivClassName
{
background-color: #0D866F;
}
.BgClassName
{
background-color: #0D866F;
}
</style>
border-color css
<style>
span { border-color: #0D866F; }
span { border-color: rgb(13,134,111); }
td.TdClassName
{
border-color: #0D866F;
}
.TagClassName
{
border-color: #0D866F;
}
</style>