Shades of Observatory #0D936C
Tints of Observatory #0D936C
RGB
CMYK
RGB Variations
Color information
#0D936C (or 0x0D936C) is known color: Observatory. HEX triplet: 0D, 93 and 6C. RGB value is (13,147,108). Sum of RGB (Red+Green+Blue) = 13+147+108=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #0D936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D936C is #F26C93. Grayscale: #666666. Windows color (decimal): -15887508 or 7115533. OLE color: 7115533.
HSL color Cylindrical-coordinate representation of color #0D936C: hue angle of 162.54º 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 #0D936C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 108 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.42 |
| HSL | 162.54º | 0.84% | 0.31% | - |
| HSV(B) | 162.54º | 0.91% | 0.58% | - |
| XYZ | 13.31 | 22.04 | 17.74 | - |
| YUV | 102.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 108 | 0.91 | 0 | 0.27 | 0.42 | 162.54 | 0.84 | 0.31 |
| Hex | D | 93 | 6C | 5B | 0 | 1B | 2A | A3 | 54 | 1F |
| Octal | 15 | 223 | 154 | 133 | 0 | 33 | 52 | 243 | 124 | 37 |
| Binary | 1101 | 10010011 | 1101100 | 1011011 | 0 | 11011 | 101010 | 10100011 | 1010100 | 11111 |
Color Harmonies of #0D936C
Complementary color
Monochromatic Colors of #0D936C
Black with #0D936C
Text Example
Text Example
White with #0D936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D936C; }
p { color: rgb(13,147,108); }
H1.HeaderClassName
{
color: #0D936C;
}
.AnyTagClassName
{
color: #0D936C;
}
</style>
background-color css
<style>
a { background-color: #0D936C; }
a { background-color: rgb(13,147,108); }
div.DivClassName
{
background-color: #0D936C;
}
.BgClassName
{
background-color: #0D936C;
}
</style>
border-color css
<style>
span { border-color: #0D936C; }
span { border-color: rgb(13,147,108); }
td.TdClassName
{
border-color: #0D936C;
}
.TagClassName
{
border-color: #0D936C;
}
</style>