Shades of Observatory #0D8675
Tints of Observatory #0D8675
RGB
CMYK
RGB Variations
Color information
#0D8675 (or 0x0D8675) is known color: Observatory. HEX triplet: 0D, 86 and 75. RGB value is (13,134,117). Sum of RGB (Red+Green+Blue) = 13+134+117=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8675 is #F2798A. Grayscale: #5F5F5F. Windows color (decimal): -15890827 or 7702029. OLE color: 7702029.
HSL color Cylindrical-coordinate representation of color #0D8675: hue angle of 171.57º 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 #0D8675 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 117 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.47 |
| HSL | 171.57º | 0.82% | 0.29% | - |
| HSV(B) | 171.57º | 0.9% | 0.53% | - |
| XYZ | 11.9 | 18.42 | 19.76 | - |
| YUV | 95.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 117 | 0.90 | 0 | 0.13 | 0.47 | 171.57 | 0.82 | 0.29 |
| Hex | D | 86 | 75 | 5A | 0 | D | 2F | AC | 52 | 1D |
| Octal | 15 | 206 | 165 | 132 | 0 | 15 | 57 | 254 | 122 | 35 |
| Binary | 1101 | 10000110 | 1110101 | 1011010 | 0 | 1101 | 101111 | 10101100 | 1010010 | 11101 |
Color Harmonies of #0D8675
Complementary color
Monochromatic Colors of #0D8675
Black with #0D8675
Text Example
Text Example
White with #0D8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8675; }
p { color: rgb(13,134,117); }
H1.HeaderClassName
{
color: #0D8675;
}
.AnyTagClassName
{
color: #0D8675;
}
</style>
background-color css
<style>
a { background-color: #0D8675; }
a { background-color: rgb(13,134,117); }
div.DivClassName
{
background-color: #0D8675;
}
.BgClassName
{
background-color: #0D8675;
}
</style>
border-color css
<style>
span { border-color: #0D8675; }
span { border-color: rgb(13,134,117); }
td.TdClassName
{
border-color: #0D8675;
}
.TagClassName
{
border-color: #0D8675;
}
</style>