Shades of Observatory #0D8B74
Tints of Observatory #0D8B74
RGB
CMYK
RGB Variations
Color information
#0D8B74 (or 0x0D8B74) is known color: Observatory. HEX triplet: 0D, 8B and 74. RGB value is (13,139,116). Sum of RGB (Red+Green+Blue) = 13+139+116=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8B74 is #F2748B. Grayscale: #626262. Windows color (decimal): -15889548 or 7637773. OLE color: 7637773.
HSL color Cylindrical-coordinate representation of color #0D8B74: hue angle of 169.05º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B74 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 116 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.45 |
| HSL | 169.05º | 0.83% | 0.3% | - |
| HSV(B) | 169.05º | 0.91% | 0.55% | - |
| XYZ | 12.55 | 19.81 | 19.69 | - |
| YUV | 98.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 116 | 0.91 | 0 | 0.17 | 0.45 | 169.05 | 0.83 | 0.3 |
| Hex | D | 8B | 74 | 5B | 0 | 11 | 2D | A9 | 53 | 1E |
| Octal | 15 | 213 | 164 | 133 | 0 | 21 | 55 | 251 | 123 | 36 |
| Binary | 1101 | 10001011 | 1110100 | 1011011 | 0 | 10001 | 101101 | 10101001 | 1010011 | 11110 |
Color Harmonies of #0D8B74
Complementary color
Monochromatic Colors of #0D8B74
Black with #0D8B74
Text Example
Text Example
White with #0D8B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B74; }
p { color: rgb(13,139,116); }
H1.HeaderClassName
{
color: #0D8B74;
}
.AnyTagClassName
{
color: #0D8B74;
}
</style>
background-color css
<style>
a { background-color: #0D8B74; }
a { background-color: rgb(13,139,116); }
div.DivClassName
{
background-color: #0D8B74;
}
.BgClassName
{
background-color: #0D8B74;
}
</style>
border-color css
<style>
span { border-color: #0D8B74; }
span { border-color: rgb(13,139,116); }
td.TdClassName
{
border-color: #0D8B74;
}
.TagClassName
{
border-color: #0D8B74;
}
</style>