Shades of Observatory #0D927C
Tints of Observatory #0D927C
RGB
CMYK
RGB Variations
Color information
#0D927C (or 0x0D927C) is known color: Observatory. HEX triplet: 0D, 92 and 7C. RGB value is (13,146,124). Sum of RGB (Red+Green+Blue) = 13+146+124=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #0D927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D927C is #F26D83. Grayscale: #676767. Windows color (decimal): -15887748 or 8163853. OLE color: 8163853.
HSL color Cylindrical-coordinate representation of color #0D927C: hue angle of 170.08º 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 #0D927C is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 124 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.43 |
| HSL | 170.08º | 0.84% | 0.31% | - |
| HSV(B) | 170.08º | 0.91% | 0.57% | - |
| XYZ | 14.08 | 22.1 | 22.59 | - |
| YUV | 103.73 | 139.44 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 124 | 0.91 | 0 | 0.15 | 0.43 | 170.08 | 0.84 | 0.31 |
| Hex | D | 92 | 7C | 5B | 0 | F | 2B | AA | 54 | 1F |
| Octal | 15 | 222 | 174 | 133 | 0 | 17 | 53 | 252 | 124 | 37 |
| Binary | 1101 | 10010010 | 1111100 | 1011011 | 0 | 1111 | 101011 | 10101010 | 1010100 | 11111 |
Color Harmonies of #0D927C
Complementary color
Monochromatic Colors of #0D927C
Black with #0D927C
Text Example
Text Example
White with #0D927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D927C; }
p { color: rgb(13,146,124); }
H1.HeaderClassName
{
color: #0D927C;
}
.AnyTagClassName
{
color: #0D927C;
}
</style>
background-color css
<style>
a { background-color: #0D927C; }
a { background-color: rgb(13,146,124); }
div.DivClassName
{
background-color: #0D927C;
}
.BgClassName
{
background-color: #0D927C;
}
</style>
border-color css
<style>
span { border-color: #0D927C; }
span { border-color: rgb(13,146,124); }
td.TdClassName
{
border-color: #0D927C;
}
.TagClassName
{
border-color: #0D927C;
}
</style>