Shades of Observatory #0D8776
Tints of Observatory #0D8776
RGB
CMYK
RGB Variations
Color information
#0D8776 (or 0x0D8776) is known color: Observatory. HEX triplet: 0D, 87 and 76. RGB value is (13,135,118). Sum of RGB (Red+Green+Blue) = 13+135+118=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8776 is #F27889. Grayscale: #606060. Windows color (decimal): -15890570 or 7767821. OLE color: 7767821.
HSL color Cylindrical-coordinate representation of color #0D8776: hue angle of 171.64º 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 #0D8776 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 118 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.47 |
| HSL | 171.64º | 0.82% | 0.29% | - |
| HSV(B) | 171.64º | 0.9% | 0.53% | - |
| XYZ | 12.1 | 18.72 | 20.12 | - |
| YUV | 96.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 118 | 0.90 | 0 | 0.13 | 0.47 | 171.64 | 0.82 | 0.29 |
| Hex | D | 87 | 76 | 5A | 0 | D | 2F | AC | 52 | 1D |
| Octal | 15 | 207 | 166 | 132 | 0 | 15 | 57 | 254 | 122 | 35 |
| Binary | 1101 | 10000111 | 1110110 | 1011010 | 0 | 1101 | 101111 | 10101100 | 1010010 | 11101 |
Color Harmonies of #0D8776
Complementary color
Monochromatic Colors of #0D8776
Black with #0D8776
Text Example
Text Example
White with #0D8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8776; }
p { color: rgb(13,135,118); }
H1.HeaderClassName
{
color: #0D8776;
}
.AnyTagClassName
{
color: #0D8776;
}
</style>
background-color css
<style>
a { background-color: #0D8776; }
a { background-color: rgb(13,135,118); }
div.DivClassName
{
background-color: #0D8776;
}
.BgClassName
{
background-color: #0D8776;
}
</style>
border-color css
<style>
span { border-color: #0D8776; }
span { border-color: rgb(13,135,118); }
td.TdClassName
{
border-color: #0D8776;
}
.TagClassName
{
border-color: #0D8776;
}
</style>