Shades of Observatory #0D917C
Tints of Observatory #0D917C
RGB
CMYK
RGB Variations
Color information
#0D917C (or 0x0D917C) is known color: Observatory. HEX triplet: 0D, 91 and 7C. RGB value is (13,145,124). Sum of RGB (Red+Green+Blue) = 13+145+124=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #0D917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D917C is #F26E83. Grayscale: #676767. Windows color (decimal): -15888004 or 8163597. OLE color: 8163597.
HSL color Cylindrical-coordinate representation of color #0D917C: hue angle of 170.45º 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 #0D917C is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 124 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.43 |
| HSL | 170.45º | 0.84% | 0.31% | - |
| HSV(B) | 170.45º | 0.91% | 0.57% | - |
| XYZ | 13.93 | 21.79 | 22.54 | - |
| YUV | 103.14 | 139.77 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 124 | 0.91 | 0 | 0.14 | 0.43 | 170.45 | 0.84 | 0.31 |
| Hex | D | 91 | 7C | 5B | 0 | E | 2B | AA | 54 | 1F |
| Octal | 15 | 221 | 174 | 133 | 0 | 16 | 53 | 252 | 124 | 37 |
| Binary | 1101 | 10010001 | 1111100 | 1011011 | 0 | 1110 | 101011 | 10101010 | 1010100 | 11111 |
Color Harmonies of #0D917C
Complementary color
Monochromatic Colors of #0D917C
Black with #0D917C
Text Example
Text Example
White with #0D917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D917C; }
p { color: rgb(13,145,124); }
H1.HeaderClassName
{
color: #0D917C;
}
.AnyTagClassName
{
color: #0D917C;
}
</style>
background-color css
<style>
a { background-color: #0D917C; }
a { background-color: rgb(13,145,124); }
div.DivClassName
{
background-color: #0D917C;
}
.BgClassName
{
background-color: #0D917C;
}
</style>
border-color css
<style>
span { border-color: #0D917C; }
span { border-color: rgb(13,145,124); }
td.TdClassName
{
border-color: #0D917C;
}
.TagClassName
{
border-color: #0D917C;
}
</style>