Shades of Observatory #0D917E
Tints of Observatory #0D917E
RGB
CMYK
RGB Variations
Color information
#0D917E (or 0x0D917E) is known color: Observatory. HEX triplet: 0D, 91 and 7E. RGB value is (13,145,126). Sum of RGB (Red+Green+Blue) = 13+145+126=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #0D917E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D917E is #F26E81. Grayscale: #676767. Windows color (decimal): -15888002 or 8294669. OLE color: 8294669.
HSL color Cylindrical-coordinate representation of color #0D917E: hue angle of 171.36º 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 #0D917E is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 126 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.43 |
| HSL | 171.36º | 0.84% | 0.31% | - |
| HSV(B) | 171.36º | 0.91% | 0.57% | - |
| XYZ | 14.06 | 21.84 | 23.21 | - |
| YUV | 103.37 | 140.77 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 126 | 0.91 | 0 | 0.13 | 0.43 | 171.36 | 0.84 | 0.31 |
| Hex | D | 91 | 7E | 5B | 0 | D | 2B | AB | 54 | 1F |
| Octal | 15 | 221 | 176 | 133 | 0 | 15 | 53 | 253 | 124 | 37 |
| Binary | 1101 | 10010001 | 1111110 | 1011011 | 0 | 1101 | 101011 | 10101011 | 1010100 | 11111 |
Color Harmonies of #0D917E
Complementary color
Monochromatic Colors of #0D917E
Black with #0D917E
Text Example
Text Example
White with #0D917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D917E; }
p { color: rgb(13,145,126); }
H1.HeaderClassName
{
color: #0D917E;
}
.AnyTagClassName
{
color: #0D917E;
}
</style>
background-color css
<style>
a { background-color: #0D917E; }
a { background-color: rgb(13,145,126); }
div.DivClassName
{
background-color: #0D917E;
}
.BgClassName
{
background-color: #0D917E;
}
</style>
border-color css
<style>
span { border-color: #0D917E; }
span { border-color: rgb(13,145,126); }
td.TdClassName
{
border-color: #0D917E;
}
.TagClassName
{
border-color: #0D917E;
}
</style>