Shades of Observatory #0D926B
Tints of Observatory #0D926B
RGB
CMYK
RGB Variations
Color information
#0D926B (or 0x0D926B) is known color: Observatory. HEX triplet: 0D, 92 and 6B. RGB value is (13,146,107). Sum of RGB (Red+Green+Blue) = 13+146+107=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #0D926B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D926B is #F26D94. Grayscale: #656565. Windows color (decimal): -15887765 or 7049741. OLE color: 7049741.
HSL color Cylindrical-coordinate representation of color #0D926B: hue angle of 162.41º 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 #0D926B is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 107 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.43 |
| HSL | 162.41º | 0.84% | 0.31% | - |
| HSV(B) | 162.41º | 0.91% | 0.57% | - |
| XYZ | 13.1 | 21.7 | 17.41 | - |
| YUV | 101.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 107 | 0.91 | 0 | 0.27 | 0.43 | 162.41 | 0.84 | 0.31 |
| Hex | D | 92 | 6B | 5B | 0 | 1B | 2B | A2 | 54 | 1F |
| Octal | 15 | 222 | 153 | 133 | 0 | 33 | 53 | 242 | 124 | 37 |
| Binary | 1101 | 10010010 | 1101011 | 1011011 | 0 | 11011 | 101011 | 10100010 | 1010100 | 11111 |
Color Harmonies of #0D926B
Complementary color
Monochromatic Colors of #0D926B
Black with #0D926B
Text Example
Text Example
White with #0D926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D926B; }
p { color: rgb(13,146,107); }
H1.HeaderClassName
{
color: #0D926B;
}
.AnyTagClassName
{
color: #0D926B;
}
</style>
background-color css
<style>
a { background-color: #0D926B; }
a { background-color: rgb(13,146,107); }
div.DivClassName
{
background-color: #0D926B;
}
.BgClassName
{
background-color: #0D926B;
}
</style>
border-color css
<style>
span { border-color: #0D926B; }
span { border-color: rgb(13,146,107); }
td.TdClassName
{
border-color: #0D926B;
}
.TagClassName
{
border-color: #0D926B;
}
</style>