Shades of Observatory #0D886D
Tints of Observatory #0D886D
RGB
CMYK
RGB Variations
Color information
#0D886D (or 0x0D886D) is known color: Observatory. HEX triplet: 0D, 88 and 6D. RGB value is (13,136,109). Sum of RGB (Red+Green+Blue) = 13+136+109=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #0D886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D886D is #F27792. Grayscale: #606060. Windows color (decimal): -15890323 or 7178253. OLE color: 7178253.
HSL color Cylindrical-coordinate representation of color #0D886D: hue angle of 166.83º degrees, saturation: 0.83, 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 #0D886D is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 109 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.47 |
| HSL | 166.83º | 0.83% | 0.29% | - |
| HSV(B) | 166.83º | 0.9% | 0.53% | - |
| XYZ | 11.73 | 18.8 | 17.48 | - |
| YUV | 96.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 109 | 0.90 | 0 | 0.20 | 0.47 | 166.83 | 0.83 | 0.29 |
| Hex | D | 88 | 6D | 5A | 0 | 14 | 2F | A7 | 53 | 1D |
| Octal | 15 | 210 | 155 | 132 | 0 | 24 | 57 | 247 | 123 | 35 |
| Binary | 1101 | 10001000 | 1101101 | 1011010 | 0 | 10100 | 101111 | 10100111 | 1010011 | 11101 |
Color Harmonies of #0D886D
Complementary color
Monochromatic Colors of #0D886D
Black with #0D886D
Text Example
Text Example
White with #0D886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D886D; }
p { color: rgb(13,136,109); }
H1.HeaderClassName
{
color: #0D886D;
}
.AnyTagClassName
{
color: #0D886D;
}
</style>
background-color css
<style>
a { background-color: #0D886D; }
a { background-color: rgb(13,136,109); }
div.DivClassName
{
background-color: #0D886D;
}
.BgClassName
{
background-color: #0D886D;
}
</style>
border-color css
<style>
span { border-color: #0D886D; }
span { border-color: rgb(13,136,109); }
td.TdClassName
{
border-color: #0D886D;
}
.TagClassName
{
border-color: #0D886D;
}
</style>