Shades of Observatory #0D9076
Tints of Observatory #0D9076
RGB
CMYK
RGB Variations
Color information
#0D9076 (or 0x0D9076) is known color: Observatory. HEX triplet: 0D, 90 and 76. RGB value is (13,144,118). Sum of RGB (Red+Green+Blue) = 13+144+118=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9076 is #F26F89. Grayscale: #656565. Windows color (decimal): -15888266 or 7770125. OLE color: 7770125.
HSL color Cylindrical-coordinate representation of color #0D9076: hue angle of 168.09º 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 #0D9076 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 118 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.44 |
| HSL | 168.09º | 0.83% | 0.31% | - |
| HSV(B) | 168.09º | 0.91% | 0.56% | - |
| XYZ | 13.41 | 21.34 | 20.55 | - |
| YUV | 101.87 | 137.1 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 118 | 0.91 | 0 | 0.18 | 0.44 | 168.09 | 0.83 | 0.31 |
| Hex | D | 90 | 76 | 5B | 0 | 12 | 2C | A8 | 53 | 1F |
| Octal | 15 | 220 | 166 | 133 | 0 | 22 | 54 | 250 | 123 | 37 |
| Binary | 1101 | 10010000 | 1110110 | 1011011 | 0 | 10010 | 101100 | 10101000 | 1010011 | 11111 |
Color Harmonies of #0D9076
Complementary color
Monochromatic Colors of #0D9076
Black with #0D9076
Text Example
Text Example
White with #0D9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9076; }
p { color: rgb(13,144,118); }
H1.HeaderClassName
{
color: #0D9076;
}
.AnyTagClassName
{
color: #0D9076;
}
</style>
background-color css
<style>
a { background-color: #0D9076; }
a { background-color: rgb(13,144,118); }
div.DivClassName
{
background-color: #0D9076;
}
.BgClassName
{
background-color: #0D9076;
}
</style>
border-color css
<style>
span { border-color: #0D9076; }
span { border-color: rgb(13,144,118); }
td.TdClassName
{
border-color: #0D9076;
}
.TagClassName
{
border-color: #0D9076;
}
</style>