Shades of Observatory #009065
Tints of Observatory #009065
RGB
CMYK
RGB Variations
Color information
#009065 (or 0x009065) is known color: Observatory. HEX triplet: 00, 90 and 65. RGB value is (0,144,101). Sum of RGB (Red+Green+Blue) = 0+144+101=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #009065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009065 is #FF6F9A. Grayscale: #606060. Windows color (decimal): -16740251 or 6656000. OLE color: 6656000.
HSL color Cylindrical-coordinate representation of color #009065: hue angle of 162.08º 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 #009065 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 101 | - |
| CMYK | 1 | 0 | 0.30 | 0.44 |
| HSL | 162.08º | 1% | 0.28% | - |
| HSV(B) | 162.08º | 1% | 0.56% | - |
| XYZ | 12.32 | 20.89 | 15.69 | - |
| YUV | 96.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 101 | 1 | 0 | 0.30 | 0.44 | 162.08 | 1 | 0.28 |
| Hex | 0 | 90 | 65 | 64 | 0 | 1E | 2C | A2 | 64 | 1C |
| Octal | 0 | 220 | 145 | 144 | 0 | 36 | 54 | 242 | 144 | 34 |
| Binary | 0 | 10010000 | 1100101 | 1100100 | 0 | 11110 | 101100 | 10100010 | 1100100 | 11100 |
Color Harmonies of #009065
Complementary color
Monochromatic Colors of #009065
Black with #009065
Text Example
Text Example
White with #009065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009065; }
p { color: rgb(0,144,101); }
H1.HeaderClassName
{
color: #009065;
}
.AnyTagClassName
{
color: #009065;
}
</style>
background-color css
<style>
a { background-color: #009065; }
a { background-color: rgb(0,144,101); }
div.DivClassName
{
background-color: #009065;
}
.BgClassName
{
background-color: #009065;
}
</style>
border-color css
<style>
span { border-color: #009065; }
span { border-color: rgb(0,144,101); }
td.TdClassName
{
border-color: #009065;
}
.TagClassName
{
border-color: #009065;
}
</style>