Shades of Observatory #009568
Tints of Observatory #009568
RGB
CMYK
RGB Variations
Color information
#009568 (or 0x009568) is known color: Observatory. HEX triplet: 00, 95 and 68. RGB value is (0,149,104). Sum of RGB (Red+Green+Blue) = 0+149+104=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #009568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009568 is #FF6A97. Grayscale: #636363. Windows color (decimal): -16738968 or 6853888. OLE color: 6853888.
HSL color Cylindrical-coordinate representation of color #009568: hue angle of 161.88º 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 #009568 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 104 | - |
| CMYK | 1 | 0 | 0.30 | 0.42 |
| HSL | 161.88º | 1% | 0.29% | - |
| HSV(B) | 161.88º | 1% | 0.58% | - |
| XYZ | 13.25 | 22.49 | 16.74 | - |
| YUV | 99.32 | 130.64 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 104 | 1 | 0 | 0.30 | 0.42 | 161.88 | 1 | 0.29 |
| Hex | 0 | 95 | 68 | 64 | 0 | 1E | 2A | A2 | 64 | 1D |
| Octal | 0 | 225 | 150 | 144 | 0 | 36 | 52 | 242 | 144 | 35 |
| Binary | 0 | 10010101 | 1101000 | 1100100 | 0 | 11110 | 101010 | 10100010 | 1100100 | 11101 |
Color Harmonies of #009568
Complementary color
Monochromatic Colors of #009568
Black with #009568
Text Example
Text Example
White with #009568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009568; }
p { color: rgb(0,149,104); }
H1.HeaderClassName
{
color: #009568;
}
.AnyTagClassName
{
color: #009568;
}
</style>
background-color css
<style>
a { background-color: #009568; }
a { background-color: rgb(0,149,104); }
div.DivClassName
{
background-color: #009568;
}
.BgClassName
{
background-color: #009568;
}
</style>
border-color css
<style>
span { border-color: #009568; }
span { border-color: rgb(0,149,104); }
td.TdClassName
{
border-color: #009568;
}
.TagClassName
{
border-color: #009568;
}
</style>