Shades of Observatory #00947A
Tints of Observatory #00947A
RGB
CMYK
RGB Variations
Color information
#00947A (or 0x00947A) is known color: Observatory. HEX triplet: 00, 94 and 7A. RGB value is (0,148,122). Sum of RGB (Red+Green+Blue) = 0+148+122=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #00947A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00947A is #FF6B85. Grayscale: #646464. Windows color (decimal): -16739206 or 8033280. OLE color: 8033280.
HSL color Cylindrical-coordinate representation of color #00947A: hue angle of 169.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00947A is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 122 | - |
| CMYK | 1 | 0 | 0.18 | 0.42 |
| HSL | 169.46º | 1% | 0.29% | - |
| HSV(B) | 169.46º | 1% | 0.58% | - |
| XYZ | 14.1 | 22.58 | 22.03 | - |
| YUV | 100.78 | 139.97 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 122 | 1 | 0 | 0.18 | 0.42 | 169.46 | 1 | 0.29 |
| Hex | 0 | 94 | 7A | 64 | 0 | 12 | 2A | A9 | 64 | 1D |
| Octal | 0 | 224 | 172 | 144 | 0 | 22 | 52 | 251 | 144 | 35 |
| Binary | 0 | 10010100 | 1111010 | 1100100 | 0 | 10010 | 101010 | 10101001 | 1100100 | 11101 |
Color Harmonies of #00947A
Complementary color
Monochromatic Colors of #00947A
Black with #00947A
Text Example
Text Example
White with #00947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00947A; }
p { color: rgb(0,148,122); }
H1.HeaderClassName
{
color: #00947A;
}
.AnyTagClassName
{
color: #00947A;
}
</style>
background-color css
<style>
a { background-color: #00947A; }
a { background-color: rgb(0,148,122); }
div.DivClassName
{
background-color: #00947A;
}
.BgClassName
{
background-color: #00947A;
}
</style>
border-color css
<style>
span { border-color: #00947A; }
span { border-color: rgb(0,148,122); }
td.TdClassName
{
border-color: #00947A;
}
.TagClassName
{
border-color: #00947A;
}
</style>