Shades of Observatory #008368
Tints of Observatory #008368
RGB
CMYK
RGB Variations
Color information
#008368 (or 0x008368) is known color: Observatory. HEX triplet: 00, 83 and 68. RGB value is (0,131,104). Sum of RGB (Red+Green+Blue) = 0+131+104=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #008368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008368 is #FF7C97. Grayscale: #585858. Windows color (decimal): -16743576 or 6849280. OLE color: 6849280.
HSL color Cylindrical-coordinate representation of color #008368: hue angle of 167.63º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008368 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 104 | - |
| CMYK | 1 | 0 | 0.21 | 0.49 |
| HSL | 167.63º | 1% | 0.26% | - |
| HSV(B) | 167.63º | 1% | 0.51% | - |
| XYZ | 10.61 | 17.23 | 15.86 | - |
| YUV | 88.75 | 136.6 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 104 | 1 | 0 | 0.21 | 0.49 | 167.63 | 1 | 0.26 |
| Hex | 0 | 83 | 68 | 64 | 0 | 15 | 31 | A8 | 64 | 1A |
| Octal | 0 | 203 | 150 | 144 | 0 | 25 | 61 | 250 | 144 | 32 |
| Binary | 0 | 10000011 | 1101000 | 1100100 | 0 | 10101 | 110001 | 10101000 | 1100100 | 11010 |
Color Harmonies of #008368
Complementary color
Monochromatic Colors of #008368
Black with #008368
Text Example
Text Example
White with #008368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008368; }
p { color: rgb(0,131,104); }
H1.HeaderClassName
{
color: #008368;
}
.AnyTagClassName
{
color: #008368;
}
</style>
background-color css
<style>
a { background-color: #008368; }
a { background-color: rgb(0,131,104); }
div.DivClassName
{
background-color: #008368;
}
.BgClassName
{
background-color: #008368;
}
</style>
border-color css
<style>
span { border-color: #008368; }
span { border-color: rgb(0,131,104); }
td.TdClassName
{
border-color: #008368;
}
.TagClassName
{
border-color: #008368;
}
</style>