Shades of Observatory #0D8571
Tints of Observatory #0D8571
RGB
CMYK
RGB Variations
Color information
#0D8571 (or 0x0D8571) is known color: Observatory. HEX triplet: 0D, 85 and 71. RGB value is (13,133,113). Sum of RGB (Red+Green+Blue) = 13+133+113=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8571 is #F27A8E. Grayscale: #5E5E5E. Windows color (decimal): -15891087 or 7439629. OLE color: 7439629.
HSL color Cylindrical-coordinate representation of color #0D8571: hue angle of 170º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8571 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 113 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.48 |
| HSL | 170º | 0.82% | 0.29% | - |
| HSV(B) | 170º | 0.9% | 0.52% | - |
| XYZ | 11.53 | 18.05 | 18.5 | - |
| YUV | 94.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 113 | 0.90 | 0 | 0.15 | 0.48 | 170 | 0.82 | 0.29 |
| Hex | D | 85 | 71 | 5A | 0 | F | 30 | AA | 52 | 1D |
| Octal | 15 | 205 | 161 | 132 | 0 | 17 | 60 | 252 | 122 | 35 |
| Binary | 1101 | 10000101 | 1110001 | 1011010 | 0 | 1111 | 110000 | 10101010 | 1010010 | 11101 |
Color Harmonies of #0D8571
Complementary color
Monochromatic Colors of #0D8571
Black with #0D8571
Text Example
Text Example
White with #0D8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8571; }
p { color: rgb(13,133,113); }
H1.HeaderClassName
{
color: #0D8571;
}
.AnyTagClassName
{
color: #0D8571;
}
</style>
background-color css
<style>
a { background-color: #0D8571; }
a { background-color: rgb(13,133,113); }
div.DivClassName
{
background-color: #0D8571;
}
.BgClassName
{
background-color: #0D8571;
}
</style>
border-color css
<style>
span { border-color: #0D8571; }
span { border-color: rgb(13,133,113); }
td.TdClassName
{
border-color: #0D8571;
}
.TagClassName
{
border-color: #0D8571;
}
</style>