Shades of Observatory #0D9079
Tints of Observatory #0D9079
RGB
CMYK
RGB Variations
Color information
#0D9079 (or 0x0D9079) is known color: Observatory. HEX triplet: 0D, 90 and 79. RGB value is (13,144,121). Sum of RGB (Red+Green+Blue) = 13+144+121=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9079 is #F26F86. Grayscale: #666666. Windows color (decimal): -15888263 or 7966733. OLE color: 7966733.
HSL color Cylindrical-coordinate representation of color #0D9079: hue angle of 169.47º 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 #0D9079 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 121 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.44 |
| HSL | 169.47º | 0.83% | 0.31% | - |
| HSV(B) | 169.47º | 0.91% | 0.56% | - |
| XYZ | 13.59 | 21.41 | 21.51 | - |
| YUV | 102.21 | 138.6 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 121 | 0.91 | 0 | 0.16 | 0.44 | 169.47 | 0.83 | 0.31 |
| Hex | D | 90 | 79 | 5B | 0 | 10 | 2C | A9 | 53 | 1F |
| Octal | 15 | 220 | 171 | 133 | 0 | 20 | 54 | 251 | 123 | 37 |
| Binary | 1101 | 10010000 | 1111001 | 1011011 | 0 | 10000 | 101100 | 10101001 | 1010011 | 11111 |
Color Harmonies of #0D9079
Complementary color
Monochromatic Colors of #0D9079
Black with #0D9079
Text Example
Text Example
White with #0D9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9079; }
p { color: rgb(13,144,121); }
H1.HeaderClassName
{
color: #0D9079;
}
.AnyTagClassName
{
color: #0D9079;
}
</style>
background-color css
<style>
a { background-color: #0D9079; }
a { background-color: rgb(13,144,121); }
div.DivClassName
{
background-color: #0D9079;
}
.BgClassName
{
background-color: #0D9079;
}
</style>
border-color css
<style>
span { border-color: #0D9079; }
span { border-color: rgb(13,144,121); }
td.TdClassName
{
border-color: #0D9079;
}
.TagClassName
{
border-color: #0D9079;
}
</style>