Shades of Observatory #00946F
Tints of Observatory #00946F
RGB
CMYK
RGB Variations
Color information
#00946F (or 0x00946F) is known color: Observatory. HEX triplet: 00, 94 and 6F. RGB value is (0,148,111). Sum of RGB (Red+Green+Blue) = 0+148+111=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #00946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00946F is #FF6B90. Grayscale: #636363. Windows color (decimal): -16739217 or 7312384. OLE color: 7312384.
HSL color Cylindrical-coordinate representation of color #00946F: hue angle of 165º 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 #00946F is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 111 | - |
| CMYK | 1 | 0 | 0.25 | 0.42 |
| HSL | 165º | 1% | 0.29% | - |
| HSV(B) | 165º | 1% | 0.58% | - |
| XYZ | 13.46 | 22.33 | 18.64 | - |
| YUV | 99.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 111 | 1 | 0 | 0.25 | 0.42 | 165 | 1 | 0.29 |
| Hex | 0 | 94 | 6F | 64 | 0 | 19 | 2A | A5 | 64 | 1D |
| Octal | 0 | 224 | 157 | 144 | 0 | 31 | 52 | 245 | 144 | 35 |
| Binary | 0 | 10010100 | 1101111 | 1100100 | 0 | 11001 | 101010 | 10100101 | 1100100 | 11101 |
Color Harmonies of #00946F
Complementary color
Monochromatic Colors of #00946F
Black with #00946F
Text Example
Text Example
White with #00946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00946F; }
p { color: rgb(0,148,111); }
H1.HeaderClassName
{
color: #00946F;
}
.AnyTagClassName
{
color: #00946F;
}
</style>
background-color css
<style>
a { background-color: #00946F; }
a { background-color: rgb(0,148,111); }
div.DivClassName
{
background-color: #00946F;
}
.BgClassName
{
background-color: #00946F;
}
</style>
border-color css
<style>
span { border-color: #00946F; }
span { border-color: rgb(0,148,111); }
td.TdClassName
{
border-color: #00946F;
}
.TagClassName
{
border-color: #00946F;
}
</style>