Shades of Observatory #098A6C
Tints of Observatory #098A6C
RGB
CMYK
RGB Variations
Color information
#098A6C (or 0x098A6C) is known color: Observatory. HEX triplet: 09, 8A and 6C. RGB value is (9,138,108). Sum of RGB (Red+Green+Blue) = 9+138+108=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #098A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A6C is #F67593. Grayscale: #606060. Windows color (decimal): -16151956 or 7113225. OLE color: 7113225.
HSL color Cylindrical-coordinate representation of color #098A6C: hue angle of 166.05º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A6C is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 108 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.46 |
| HSL | 166.05º | 0.88% | 0.29% | - |
| HSV(B) | 166.05º | 0.93% | 0.54% | - |
| XYZ | 11.91 | 19.32 | 17.29 | - |
| YUV | 96.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 108 | 0.93 | 0 | 0.22 | 0.46 | 166.05 | 0.88 | 0.29 |
| Hex | 9 | 8A | 6C | 5D | 0 | 16 | 2E | A6 | 58 | 1D |
| Octal | 11 | 212 | 154 | 135 | 0 | 26 | 56 | 246 | 130 | 35 |
| Binary | 1001 | 10001010 | 1101100 | 1011101 | 0 | 10110 | 101110 | 10100110 | 1011000 | 11101 |
Color Harmonies of #098A6C
Complementary color
Monochromatic Colors of #098A6C
Black with #098A6C
Text Example
Text Example
White with #098A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A6C; }
p { color: rgb(9,138,108); }
H1.HeaderClassName
{
color: #098A6C;
}
.AnyTagClassName
{
color: #098A6C;
}
</style>
background-color css
<style>
a { background-color: #098A6C; }
a { background-color: rgb(9,138,108); }
div.DivClassName
{
background-color: #098A6C;
}
.BgClassName
{
background-color: #098A6C;
}
</style>
border-color css
<style>
span { border-color: #098A6C; }
span { border-color: rgb(9,138,108); }
td.TdClassName
{
border-color: #098A6C;
}
.TagClassName
{
border-color: #098A6C;
}
</style>