Shades of Observatory #0D8E70
Tints of Observatory #0D8E70
RGB
CMYK
RGB Variations
Color information
#0D8E70 (or 0x0D8E70) is known color: Observatory. HEX triplet: 0D, 8E and 70. RGB value is (13,142,112). Sum of RGB (Red+Green+Blue) = 13+142+112=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E70 is #F2718F. Grayscale: #646464. Windows color (decimal): -15888784 or 7376397. OLE color: 7376397.
HSL color Cylindrical-coordinate representation of color #0D8E70: hue angle of 166.05º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8E70 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 142 | 112 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.44 |
| HSL | 166.05º | 0.83% | 0.3% | - |
| HSV(B) | 166.05º | 0.91% | 0.56% | - |
| XYZ | 12.76 | 20.6 | 18.63 | - |
| YUV | 100.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 112 | 0.91 | 0 | 0.21 | 0.44 | 166.05 | 0.83 | 0.3 |
| Hex | D | 8E | 70 | 5B | 0 | 15 | 2C | A6 | 53 | 1E |
| Octal | 15 | 216 | 160 | 133 | 0 | 25 | 54 | 246 | 123 | 36 |
| Binary | 1101 | 10001110 | 1110000 | 1011011 | 0 | 10101 | 101100 | 10100110 | 1010011 | 11110 |
Color Harmonies of #0D8E70
Complementary color
Monochromatic Colors of #0D8E70
Black with #0D8E70
Text Example
Text Example
White with #0D8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8E70; }
p { color: rgb(13,142,112); }
H1.HeaderClassName
{
color: #0D8E70;
}
.AnyTagClassName
{
color: #0D8E70;
}
</style>
background-color css
<style>
a { background-color: #0D8E70; }
a { background-color: rgb(13,142,112); }
div.DivClassName
{
background-color: #0D8E70;
}
.BgClassName
{
background-color: #0D8E70;
}
</style>
border-color css
<style>
span { border-color: #0D8E70; }
span { border-color: rgb(13,142,112); }
td.TdClassName
{
border-color: #0D8E70;
}
.TagClassName
{
border-color: #0D8E70;
}
</style>