Shades of Observatory #0A9375
Tints of Observatory #0A9375
RGB
CMYK
RGB Variations
Color information
#0A9375 (or 0x0A9375) is known color: Observatory. HEX triplet: 0A, 93 and 75. RGB value is (10,147,117). Sum of RGB (Red+Green+Blue) = 10+147+117=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9375 is #F56C8A. Grayscale: #666666. Windows color (decimal): -16084107 or 7705354. OLE color: 7705354.
HSL color Cylindrical-coordinate representation of color #0A9375: hue angle of 166.86º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9375 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 147 | 117 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.42 |
| HSL | 166.86º | 0.87% | 0.31% | - |
| HSV(B) | 166.86º | 0.93% | 0.58% | - |
| XYZ | 13.77 | 22.22 | 20.39 | - |
| YUV | 102.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 117 | 0.93 | 0 | 0.20 | 0.42 | 166.86 | 0.87 | 0.31 |
| Hex | A | 93 | 75 | 5D | 0 | 14 | 2A | A7 | 57 | 1F |
| Octal | 12 | 223 | 165 | 135 | 0 | 24 | 52 | 247 | 127 | 37 |
| Binary | 1010 | 10010011 | 1110101 | 1011101 | 0 | 10100 | 101010 | 10100111 | 1010111 | 11111 |
Color Harmonies of #0A9375
Complementary color
Monochromatic Colors of #0A9375
Black with #0A9375
Text Example
Text Example
White with #0A9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9375; }
p { color: rgb(10,147,117); }
H1.HeaderClassName
{
color: #0A9375;
}
.AnyTagClassName
{
color: #0A9375;
}
</style>
background-color css
<style>
a { background-color: #0A9375; }
a { background-color: rgb(10,147,117); }
div.DivClassName
{
background-color: #0A9375;
}
.BgClassName
{
background-color: #0A9375;
}
</style>
border-color css
<style>
span { border-color: #0A9375; }
span { border-color: rgb(10,147,117); }
td.TdClassName
{
border-color: #0A9375;
}
.TagClassName
{
border-color: #0A9375;
}
</style>