Shades of Observatory #00947F
Tints of Observatory #00947F
RGB
CMYK
RGB Variations
Color information
#00947F (or 0x00947F) is known color: Observatory. HEX triplet: 00, 94 and 7F. RGB value is (0,148,127). Sum of RGB (Red+Green+Blue) = 0+148+127=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #00947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00947F is #FF6B80. Grayscale: #656565. Windows color (decimal): -16739201 or 8360960. OLE color: 8360960.
HSL color Cylindrical-coordinate representation of color #00947F: hue angle of 171.49º 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 #00947F is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 127 | - |
| CMYK | 1 | 0 | 0.14 | 0.42 |
| HSL | 171.49º | 1% | 0.29% | - |
| HSV(B) | 171.49º | 1% | 0.58% | - |
| XYZ | 14.42 | 22.71 | 23.7 | - |
| YUV | 101.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 127 | 1 | 0 | 0.14 | 0.42 | 171.49 | 1 | 0.29 |
| Hex | 0 | 94 | 7F | 64 | 0 | E | 2A | AB | 64 | 1D |
| Octal | 0 | 224 | 177 | 144 | 0 | 16 | 52 | 253 | 144 | 35 |
| Binary | 0 | 10010100 | 1111111 | 1100100 | 0 | 1110 | 101010 | 10101011 | 1100100 | 11101 |
Color Harmonies of #00947F
Complementary color
Monochromatic Colors of #00947F
Black with #00947F
Text Example
Text Example
White with #00947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00947F; }
p { color: rgb(0,148,127); }
H1.HeaderClassName
{
color: #00947F;
}
.AnyTagClassName
{
color: #00947F;
}
</style>
background-color css
<style>
a { background-color: #00947F; }
a { background-color: rgb(0,148,127); }
div.DivClassName
{
background-color: #00947F;
}
.BgClassName
{
background-color: #00947F;
}
</style>
border-color css
<style>
span { border-color: #00947F; }
span { border-color: rgb(0,148,127); }
td.TdClassName
{
border-color: #00947F;
}
.TagClassName
{
border-color: #00947F;
}
</style>