Shades of Observatory #00906B
Tints of Observatory #00906B
RGB
CMYK
RGB Variations
Color information
#00906B (or 0x00906B) is known color: Observatory. HEX triplet: 00, 90 and 6B. RGB value is (0,144,107). Sum of RGB (Red+Green+Blue) = 0+144+107=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #00906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00906B is #FF6F94. Grayscale: #606060. Windows color (decimal): -16740245 or 7049216. OLE color: 7049216.
HSL color Cylindrical-coordinate representation of color #00906B: hue angle of 164.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00906B is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 107 | - |
| CMYK | 1 | 0 | 0.26 | 0.44 |
| HSL | 164.58º | 1% | 0.28% | - |
| HSV(B) | 164.58º | 1% | 0.56% | - |
| XYZ | 12.63 | 21.01 | 17.3 | - |
| YUV | 96.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 107 | 1 | 0 | 0.26 | 0.44 | 164.58 | 1 | 0.28 |
| Hex | 0 | 90 | 6B | 64 | 0 | 1A | 2C | A5 | 64 | 1C |
| Octal | 0 | 220 | 153 | 144 | 0 | 32 | 54 | 245 | 144 | 34 |
| Binary | 0 | 10010000 | 1101011 | 1100100 | 0 | 11010 | 101100 | 10100101 | 1100100 | 11100 |
Color Harmonies of #00906B
Complementary color
Monochromatic Colors of #00906B
Black with #00906B
Text Example
Text Example
White with #00906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00906B; }
p { color: rgb(0,144,107); }
H1.HeaderClassName
{
color: #00906B;
}
.AnyTagClassName
{
color: #00906B;
}
</style>
background-color css
<style>
a { background-color: #00906B; }
a { background-color: rgb(0,144,107); }
div.DivClassName
{
background-color: #00906B;
}
.BgClassName
{
background-color: #00906B;
}
</style>
border-color css
<style>
span { border-color: #00906B; }
span { border-color: rgb(0,144,107); }
td.TdClassName
{
border-color: #00906B;
}
.TagClassName
{
border-color: #00906B;
}
</style>