Shades of Observatory #0D936B
Tints of Observatory #0D936B
RGB
CMYK
RGB Variations
Color information
#0D936B (or 0x0D936B) is known color: Observatory. HEX triplet: 0D, 93 and 6B. RGB value is (13,147,107). Sum of RGB (Red+Green+Blue) = 13+147+107=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #0D936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D936B is #F26C94. Grayscale: #666666. Windows color (decimal): -15887509 or 7049997. OLE color: 7049997.
HSL color Cylindrical-coordinate representation of color #0D936B: hue angle of 162.09º 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 #0D936B is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 107 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.42 |
| HSL | 162.09º | 0.84% | 0.31% | - |
| HSV(B) | 162.09º | 0.91% | 0.58% | - |
| XYZ | 13.25 | 22.01 | 17.46 | - |
| YUV | 102.37 | 130.61 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 107 | 0.91 | 0 | 0.27 | 0.42 | 162.09 | 0.84 | 0.31 |
| Hex | D | 93 | 6B | 5B | 0 | 1B | 2A | A2 | 54 | 1F |
| Octal | 15 | 223 | 153 | 133 | 0 | 33 | 52 | 242 | 124 | 37 |
| Binary | 1101 | 10010011 | 1101011 | 1011011 | 0 | 11011 | 101010 | 10100010 | 1010100 | 11111 |
Color Harmonies of #0D936B
Complementary color
Monochromatic Colors of #0D936B
Black with #0D936B
Text Example
Text Example
White with #0D936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D936B; }
p { color: rgb(13,147,107); }
H1.HeaderClassName
{
color: #0D936B;
}
.AnyTagClassName
{
color: #0D936B;
}
</style>
background-color css
<style>
a { background-color: #0D936B; }
a { background-color: rgb(13,147,107); }
div.DivClassName
{
background-color: #0D936B;
}
.BgClassName
{
background-color: #0D936B;
}
</style>
border-color css
<style>
span { border-color: #0D936B; }
span { border-color: rgb(13,147,107); }
td.TdClassName
{
border-color: #0D936B;
}
.TagClassName
{
border-color: #0D936B;
}
</style>