Shades of Observatory #0D8979
Tints of Observatory #0D8979
RGB
CMYK
RGB Variations
Color information
#0D8979 (or 0x0D8979) is known color: Observatory. HEX triplet: 0D, 89 and 79. RGB value is (13,137,121). Sum of RGB (Red+Green+Blue) = 13+137+121=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8979 is #F27686. Grayscale: #626262. Windows color (decimal): -15890055 or 7964941. OLE color: 7964941.
HSL color Cylindrical-coordinate representation of color #0D8979: hue angle of 172.26º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8979 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 121 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.46 |
| HSL | 172.26º | 0.83% | 0.29% | - |
| HSV(B) | 172.26º | 0.91% | 0.54% | - |
| XYZ | 12.56 | 19.36 | 21.16 | - |
| YUV | 98.1 | 140.92 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 121 | 0.91 | 0 | 0.12 | 0.46 | 172.26 | 0.83 | 0.29 |
| Hex | D | 89 | 79 | 5B | 0 | C | 2E | AC | 53 | 1D |
| Octal | 15 | 211 | 171 | 133 | 0 | 14 | 56 | 254 | 123 | 35 |
| Binary | 1101 | 10001001 | 1111001 | 1011011 | 0 | 1100 | 101110 | 10101100 | 1010011 | 11101 |
Color Harmonies of #0D8979
Complementary color
Monochromatic Colors of #0D8979
Black with #0D8979
Text Example
Text Example
White with #0D8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8979; }
p { color: rgb(13,137,121); }
H1.HeaderClassName
{
color: #0D8979;
}
.AnyTagClassName
{
color: #0D8979;
}
</style>
background-color css
<style>
a { background-color: #0D8979; }
a { background-color: rgb(13,137,121); }
div.DivClassName
{
background-color: #0D8979;
}
.BgClassName
{
background-color: #0D8979;
}
</style>
border-color css
<style>
span { border-color: #0D8979; }
span { border-color: rgb(13,137,121); }
td.TdClassName
{
border-color: #0D8979;
}
.TagClassName
{
border-color: #0D8979;
}
</style>