Shades of Observatory #009569
Tints of Observatory #009569
RGB
CMYK
RGB Variations
Color information
#009569 (or 0x009569) is known color: Observatory. HEX triplet: 00, 95 and 69. RGB value is (0,149,105). Sum of RGB (Red+Green+Blue) = 0+149+105=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #009569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009569 is #FF6A96. Grayscale: #636363. Windows color (decimal): -16738967 or 6919424. OLE color: 6919424.
HSL color Cylindrical-coordinate representation of color #009569: hue angle of 162.28º 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 #009569 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 105 | - |
| CMYK | 1 | 0 | 0.30 | 0.42 |
| HSL | 162.28º | 1% | 0.29% | - |
| HSV(B) | 162.28º | 1% | 0.58% | - |
| XYZ | 13.3 | 22.51 | 17.01 | - |
| YUV | 99.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 105 | 1 | 0 | 0.30 | 0.42 | 162.28 | 1 | 0.29 |
| Hex | 0 | 95 | 69 | 64 | 0 | 1E | 2A | A2 | 64 | 1D |
| Octal | 0 | 225 | 151 | 144 | 0 | 36 | 52 | 242 | 144 | 35 |
| Binary | 0 | 10010101 | 1101001 | 1100100 | 0 | 11110 | 101010 | 10100010 | 1100100 | 11101 |
Color Harmonies of #009569
Complementary color
Monochromatic Colors of #009569
Black with #009569
Text Example
Text Example
White with #009569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009569; }
p { color: rgb(0,149,105); }
H1.HeaderClassName
{
color: #009569;
}
.AnyTagClassName
{
color: #009569;
}
</style>
background-color css
<style>
a { background-color: #009569; }
a { background-color: rgb(0,149,105); }
div.DivClassName
{
background-color: #009569;
}
.BgClassName
{
background-color: #009569;
}
</style>
border-color css
<style>
span { border-color: #009569; }
span { border-color: rgb(0,149,105); }
td.TdClassName
{
border-color: #009569;
}
.TagClassName
{
border-color: #009569;
}
</style>