Shades of Observatory #0D906D
Tints of Observatory #0D906D
RGB
CMYK
RGB Variations
Color information
#0D906D (or 0x0D906D) is known color: Observatory. HEX triplet: 0D, 90 and 6D. RGB value is (13,144,109). Sum of RGB (Red+Green+Blue) = 13+144+109=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #0D906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D906D is #F26F92. Grayscale: #646464. Windows color (decimal): -15888275 or 7180301. OLE color: 7180301.
HSL color Cylindrical-coordinate representation of color #0D906D: hue angle of 163.97º 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 #0D906D is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 109 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.44 |
| HSL | 163.97º | 0.83% | 0.31% | - |
| HSV(B) | 163.97º | 0.91% | 0.56% | - |
| XYZ | 12.9 | 21.14 | 17.87 | - |
| YUV | 100.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 109 | 0.91 | 0 | 0.24 | 0.44 | 163.97 | 0.83 | 0.31 |
| Hex | D | 90 | 6D | 5B | 0 | 18 | 2C | A4 | 53 | 1F |
| Octal | 15 | 220 | 155 | 133 | 0 | 30 | 54 | 244 | 123 | 37 |
| Binary | 1101 | 10010000 | 1101101 | 1011011 | 0 | 11000 | 101100 | 10100100 | 1010011 | 11111 |
Color Harmonies of #0D906D
Complementary color
Monochromatic Colors of #0D906D
Black with #0D906D
Text Example
Text Example
White with #0D906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D906D; }
p { color: rgb(13,144,109); }
H1.HeaderClassName
{
color: #0D906D;
}
.AnyTagClassName
{
color: #0D906D;
}
</style>
background-color css
<style>
a { background-color: #0D906D; }
a { background-color: rgb(13,144,109); }
div.DivClassName
{
background-color: #0D906D;
}
.BgClassName
{
background-color: #0D906D;
}
</style>
border-color css
<style>
span { border-color: #0D906D; }
span { border-color: rgb(13,144,109); }
td.TdClassName
{
border-color: #0D906D;
}
.TagClassName
{
border-color: #0D906D;
}
</style>