Shades of Observatory #0D8E6C
Tints of Observatory #0D8E6C
RGB
CMYK
RGB Variations
Color information
#0D8E6C (or 0x0D8E6C) is known color: Observatory. HEX triplet: 0D, 8E and 6C. RGB value is (13,142,108). Sum of RGB (Red+Green+Blue) = 13+142+108=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8E6C is #F27193. Grayscale: #636363. Windows color (decimal): -15888788 or 7114253. OLE color: 7114253.
HSL color Cylindrical-coordinate representation of color #0D8E6C: hue angle of 164.19º 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 #0D8E6C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 142 | 108 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.44 |
| HSL | 164.19º | 0.83% | 0.3% | - |
| HSV(B) | 164.19º | 0.91% | 0.56% | - |
| XYZ | 12.55 | 20.51 | 17.49 | - |
| YUV | 99.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 108 | 0.91 | 0 | 0.24 | 0.44 | 164.19 | 0.83 | 0.3 |
| Hex | D | 8E | 6C | 5B | 0 | 18 | 2C | A4 | 53 | 1E |
| Octal | 15 | 216 | 154 | 133 | 0 | 30 | 54 | 244 | 123 | 36 |
| Binary | 1101 | 10001110 | 1101100 | 1011011 | 0 | 11000 | 101100 | 10100100 | 1010011 | 11110 |
Color Harmonies of #0D8E6C
Complementary color
Monochromatic Colors of #0D8E6C
Black with #0D8E6C
Text Example
Text Example
White with #0D8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8E6C; }
p { color: rgb(13,142,108); }
H1.HeaderClassName
{
color: #0D8E6C;
}
.AnyTagClassName
{
color: #0D8E6C;
}
</style>
background-color css
<style>
a { background-color: #0D8E6C; }
a { background-color: rgb(13,142,108); }
div.DivClassName
{
background-color: #0D8E6C;
}
.BgClassName
{
background-color: #0D8E6C;
}
</style>
border-color css
<style>
span { border-color: #0D8E6C; }
span { border-color: rgb(13,142,108); }
td.TdClassName
{
border-color: #0D8E6C;
}
.TagClassName
{
border-color: #0D8E6C;
}
</style>