Shades of Observatory #0D946F
Tints of Observatory #0D946F
RGB
CMYK
RGB Variations
Color information
#0D946F (or 0x0D946F) is known color: Observatory. HEX triplet: 0D, 94 and 6F. RGB value is (13,148,111). Sum of RGB (Red+Green+Blue) = 13+148+111=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #0D946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D946F is #F26B90. Grayscale: #676767. Windows color (decimal): -15887249 or 7312397. OLE color: 7312397.
HSL color Cylindrical-coordinate representation of color #0D946F: hue angle of 163.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D946F is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 111 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.42 |
| HSL | 163.56º | 0.84% | 0.32% | - |
| HSV(B) | 163.56º | 0.91% | 0.58% | - |
| XYZ | 13.63 | 22.41 | 18.65 | - |
| YUV | 103.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 111 | 0.91 | 0 | 0.25 | 0.42 | 163.56 | 0.84 | 0.32 |
| Hex | D | 94 | 6F | 5B | 0 | 19 | 2A | A4 | 54 | 20 |
| Octal | 15 | 224 | 157 | 133 | 0 | 31 | 52 | 244 | 124 | 40 |
| Binary | 1101 | 10010100 | 1101111 | 1011011 | 0 | 11001 | 101010 | 10100100 | 1010100 | 100000 |
Color Harmonies of #0D946F
Complementary color
Monochromatic Colors of #0D946F
Black with #0D946F
Text Example
Text Example
White with #0D946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D946F; }
p { color: rgb(13,148,111); }
H1.HeaderClassName
{
color: #0D946F;
}
.AnyTagClassName
{
color: #0D946F;
}
</style>
background-color css
<style>
a { background-color: #0D946F; }
a { background-color: rgb(13,148,111); }
div.DivClassName
{
background-color: #0D946F;
}
.BgClassName
{
background-color: #0D946F;
}
</style>
border-color css
<style>
span { border-color: #0D946F; }
span { border-color: rgb(13,148,111); }
td.TdClassName
{
border-color: #0D946F;
}
.TagClassName
{
border-color: #0D946F;
}
</style>