Shades of Observatory #0D9377
Tints of Observatory #0D9377
RGB
CMYK
RGB Variations
Color information
#0D9377 (or 0x0D9377) is known color: Observatory. HEX triplet: 0D, 93 and 77. RGB value is (13,147,119). Sum of RGB (Red+Green+Blue) = 13+147+119=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9377 is #F26C88. Grayscale: #676767. Windows color (decimal): -15887497 or 7836429. OLE color: 7836429.
HSL color Cylindrical-coordinate representation of color #0D9377: hue angle of 167.46º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9377 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 119 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.42 |
| HSL | 167.46º | 0.84% | 0.31% | - |
| HSV(B) | 167.46º | 0.91% | 0.58% | - |
| XYZ | 13.93 | 22.28 | 21.02 | - |
| YUV | 103.74 | 136.61 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 119 | 0.91 | 0 | 0.19 | 0.42 | 167.46 | 0.84 | 0.31 |
| Hex | D | 93 | 77 | 5B | 0 | 13 | 2A | A7 | 54 | 1F |
| Octal | 15 | 223 | 167 | 133 | 0 | 23 | 52 | 247 | 124 | 37 |
| Binary | 1101 | 10010011 | 1110111 | 1011011 | 0 | 10011 | 101010 | 10100111 | 1010100 | 11111 |
Color Harmonies of #0D9377
Complementary color
Monochromatic Colors of #0D9377
Black with #0D9377
Text Example
Text Example
White with #0D9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9377; }
p { color: rgb(13,147,119); }
H1.HeaderClassName
{
color: #0D9377;
}
.AnyTagClassName
{
color: #0D9377;
}
</style>
background-color css
<style>
a { background-color: #0D9377; }
a { background-color: rgb(13,147,119); }
div.DivClassName
{
background-color: #0D9377;
}
.BgClassName
{
background-color: #0D9377;
}
</style>
border-color css
<style>
span { border-color: #0D9377; }
span { border-color: rgb(13,147,119); }
td.TdClassName
{
border-color: #0D9377;
}
.TagClassName
{
border-color: #0D9377;
}
</style>