Shades of Observatory #0D917A
Tints of Observatory #0D917A
RGB
CMYK
RGB Variations
Color information
#0D917A (or 0x0D917A) is known color: Observatory. HEX triplet: 0D, 91 and 7A. RGB value is (13,145,122). Sum of RGB (Red+Green+Blue) = 13+145+122=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #0D917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D917A is #F26E85. Grayscale: #666666. Windows color (decimal): -15888006 or 8032525. OLE color: 8032525.
HSL color Cylindrical-coordinate representation of color #0D917A: hue angle of 169.55º 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 #0D917A is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 122 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.43 |
| HSL | 169.55º | 0.84% | 0.31% | - |
| HSV(B) | 169.55º | 0.91% | 0.57% | - |
| XYZ | 13.8 | 21.74 | 21.88 | - |
| YUV | 102.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 122 | 0.91 | 0 | 0.16 | 0.43 | 169.55 | 0.84 | 0.31 |
| Hex | D | 91 | 7A | 5B | 0 | 10 | 2B | AA | 54 | 1F |
| Octal | 15 | 221 | 172 | 133 | 0 | 20 | 53 | 252 | 124 | 37 |
| Binary | 1101 | 10010001 | 1111010 | 1011011 | 0 | 10000 | 101011 | 10101010 | 1010100 | 11111 |
Color Harmonies of #0D917A
Complementary color
Monochromatic Colors of #0D917A
Black with #0D917A
Text Example
Text Example
White with #0D917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D917A; }
p { color: rgb(13,145,122); }
H1.HeaderClassName
{
color: #0D917A;
}
.AnyTagClassName
{
color: #0D917A;
}
</style>
background-color css
<style>
a { background-color: #0D917A; }
a { background-color: rgb(13,145,122); }
div.DivClassName
{
background-color: #0D917A;
}
.BgClassName
{
background-color: #0D917A;
}
</style>
border-color css
<style>
span { border-color: #0D917A; }
span { border-color: rgb(13,145,122); }
td.TdClassName
{
border-color: #0D917A;
}
.TagClassName
{
border-color: #0D917A;
}
</style>