Shades of Observatory #008762
Tints of Observatory #008762
RGB
CMYK
RGB Variations
Color information
#008762 (or 0x008762) is known color: Observatory. HEX triplet: 00, 87 and 62. RGB value is (0,135,98). Sum of RGB (Red+Green+Blue) = 0+135+98=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #008762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008762 is #FF789D. Grayscale: #5A5A5A. Windows color (decimal): -16742558 or 6457088. OLE color: 6457088.
HSL color Cylindrical-coordinate representation of color #008762: hue angle of 163.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008762 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 98 | - |
| CMYK | 1 | 0 | 0.27 | 0.47 |
| HSL | 163.56º | 1% | 0.26% | - |
| HSV(B) | 163.56º | 1% | 0.53% | - |
| XYZ | 10.87 | 18.21 | 14.5 | - |
| YUV | 90.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 98 | 1 | 0 | 0.27 | 0.47 | 163.56 | 1 | 0.26 |
| Hex | 0 | 87 | 62 | 64 | 0 | 1B | 2F | A4 | 64 | 1A |
| Octal | 0 | 207 | 142 | 144 | 0 | 33 | 57 | 244 | 144 | 32 |
| Binary | 0 | 10000111 | 1100010 | 1100100 | 0 | 11011 | 101111 | 10100100 | 1100100 | 11010 |
Color Harmonies of #008762
Complementary color
Monochromatic Colors of #008762
Black with #008762
Text Example
Text Example
White with #008762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008762; }
p { color: rgb(0,135,98); }
H1.HeaderClassName
{
color: #008762;
}
.AnyTagClassName
{
color: #008762;
}
</style>
background-color css
<style>
a { background-color: #008762; }
a { background-color: rgb(0,135,98); }
div.DivClassName
{
background-color: #008762;
}
.BgClassName
{
background-color: #008762;
}
</style>
border-color css
<style>
span { border-color: #008762; }
span { border-color: rgb(0,135,98); }
td.TdClassName
{
border-color: #008762;
}
.TagClassName
{
border-color: #008762;
}
</style>