Shades of Observatory #00946E
Tints of Observatory #00946E
RGB
CMYK
RGB Variations
Color information
#00946E (or 0x00946E) is known color: Observatory. HEX triplet: 00, 94 and 6E. RGB value is (0,148,110). Sum of RGB (Red+Green+Blue) = 0+148+110=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #00946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00946E is #FF6B91. Grayscale: #636363. Windows color (decimal): -16739218 or 7246848. OLE color: 7246848.
HSL color Cylindrical-coordinate representation of color #00946E: hue angle of 164.59º 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 #00946E is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 110 | - |
| CMYK | 1 | 0 | 0.26 | 0.42 |
| HSL | 164.59º | 1% | 0.29% | - |
| HSV(B) | 164.59º | 1% | 0.58% | - |
| XYZ | 13.4 | 22.31 | 18.35 | - |
| YUV | 99.42 | 133.97 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 110 | 1 | 0 | 0.26 | 0.42 | 164.59 | 1 | 0.29 |
| Hex | 0 | 94 | 6E | 64 | 0 | 1A | 2A | A5 | 64 | 1D |
| Octal | 0 | 224 | 156 | 144 | 0 | 32 | 52 | 245 | 144 | 35 |
| Binary | 0 | 10010100 | 1101110 | 1100100 | 0 | 11010 | 101010 | 10100101 | 1100100 | 11101 |
Color Harmonies of #00946E
Complementary color
Monochromatic Colors of #00946E
Black with #00946E
Text Example
Text Example
White with #00946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00946E; }
p { color: rgb(0,148,110); }
H1.HeaderClassName
{
color: #00946E;
}
.AnyTagClassName
{
color: #00946E;
}
</style>
background-color css
<style>
a { background-color: #00946E; }
a { background-color: rgb(0,148,110); }
div.DivClassName
{
background-color: #00946E;
}
.BgClassName
{
background-color: #00946E;
}
</style>
border-color css
<style>
span { border-color: #00946E; }
span { border-color: rgb(0,148,110); }
td.TdClassName
{
border-color: #00946E;
}
.TagClassName
{
border-color: #00946E;
}
</style>