Shades of Observatory #0D8F6C
Tints of Observatory #0D8F6C
RGB
CMYK
RGB Variations
Color information
#0D8F6C (or 0x0D8F6C) is known color: Observatory. HEX triplet: 0D, 8F and 6C. RGB value is (13,143,108). Sum of RGB (Red+Green+Blue) = 13+143+108=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #0D8F6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8F6C is #F27093. Grayscale: #646464. Windows color (decimal): -15888532 or 7114509. OLE color: 7114509.
HSL color Cylindrical-coordinate representation of color #0D8F6C: hue angle of 163.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8F6C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 143 | 108 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.44 |
| HSL | 163.85º | 0.83% | 0.31% | - |
| HSV(B) | 163.85º | 0.91% | 0.56% | - |
| XYZ | 12.7 | 20.81 | 17.54 | - |
| YUV | 100.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 108 | 0.91 | 0 | 0.24 | 0.44 | 163.85 | 0.83 | 0.31 |
| Hex | D | 8F | 6C | 5B | 0 | 18 | 2C | A4 | 53 | 1F |
| Octal | 15 | 217 | 154 | 133 | 0 | 30 | 54 | 244 | 123 | 37 |
| Binary | 1101 | 10001111 | 1101100 | 1011011 | 0 | 11000 | 101100 | 10100100 | 1010011 | 11111 |
Color Harmonies of #0D8F6C
Complementary color
Monochromatic Colors of #0D8F6C
Black with #0D8F6C
Text Example
Text Example
White with #0D8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8F6C; }
p { color: rgb(13,143,108); }
H1.HeaderClassName
{
color: #0D8F6C;
}
.AnyTagClassName
{
color: #0D8F6C;
}
</style>
background-color css
<style>
a { background-color: #0D8F6C; }
a { background-color: rgb(13,143,108); }
div.DivClassName
{
background-color: #0D8F6C;
}
.BgClassName
{
background-color: #0D8F6C;
}
</style>
border-color css
<style>
span { border-color: #0D8F6C; }
span { border-color: rgb(13,143,108); }
td.TdClassName
{
border-color: #0D8F6C;
}
.TagClassName
{
border-color: #0D8F6C;
}
</style>