Shades of Observatory #0D9277
Tints of Observatory #0D9277
RGB
CMYK
RGB Variations
Color information
#0D9277 (or 0x0D9277) is known color: Observatory. HEX triplet: 0D, 92 and 77. RGB value is (13,146,119). Sum of RGB (Red+Green+Blue) = 13+146+119=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9277 is #F26D88. Grayscale: #676767. Windows color (decimal): -15887753 or 7836173. OLE color: 7836173.
HSL color Cylindrical-coordinate representation of color #0D9277: hue angle of 167.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9277 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 119 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.43 |
| HSL | 167.82º | 0.84% | 0.31% | - |
| HSV(B) | 167.82º | 0.91% | 0.57% | - |
| XYZ | 13.77 | 21.98 | 20.97 | - |
| YUV | 103.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 119 | 0.91 | 0 | 0.18 | 0.43 | 167.82 | 0.84 | 0.31 |
| Hex | D | 92 | 77 | 5B | 0 | 12 | 2B | A8 | 54 | 1F |
| Octal | 15 | 222 | 167 | 133 | 0 | 22 | 53 | 250 | 124 | 37 |
| Binary | 1101 | 10010010 | 1110111 | 1011011 | 0 | 10010 | 101011 | 10101000 | 1010100 | 11111 |
Color Harmonies of #0D9277
Complementary color
Monochromatic Colors of #0D9277
Black with #0D9277
Text Example
Text Example
White with #0D9277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9277; }
p { color: rgb(13,146,119); }
H1.HeaderClassName
{
color: #0D9277;
}
.AnyTagClassName
{
color: #0D9277;
}
</style>
background-color css
<style>
a { background-color: #0D9277; }
a { background-color: rgb(13,146,119); }
div.DivClassName
{
background-color: #0D9277;
}
.BgClassName
{
background-color: #0D9277;
}
</style>
border-color css
<style>
span { border-color: #0D9277; }
span { border-color: rgb(13,146,119); }
td.TdClassName
{
border-color: #0D9277;
}
.TagClassName
{
border-color: #0D9277;
}
</style>