Shades of Observatory #008769
Tints of Observatory #008769
RGB
CMYK
RGB Variations
Color information
#008769 (or 0x008769) is known color: Observatory. HEX triplet: 00, 87 and 69. RGB value is (0,135,105). Sum of RGB (Red+Green+Blue) = 0+135+105=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #008769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008769 is #FF7896. Grayscale: #5B5B5B. Windows color (decimal): -16742551 or 6915840. OLE color: 6915840.
HSL color Cylindrical-coordinate representation of color #008769: hue angle of 166.67º 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 #008769 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 105 | - |
| CMYK | 1 | 0 | 0.22 | 0.47 |
| HSL | 166.67º | 1% | 0.26% | - |
| HSV(B) | 166.67º | 1% | 0.53% | - |
| XYZ | 11.21 | 18.35 | 16.32 | - |
| YUV | 91.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 105 | 1 | 0 | 0.22 | 0.47 | 166.67 | 1 | 0.26 |
| Hex | 0 | 87 | 69 | 64 | 0 | 16 | 2F | A7 | 64 | 1A |
| Octal | 0 | 207 | 151 | 144 | 0 | 26 | 57 | 247 | 144 | 32 |
| Binary | 0 | 10000111 | 1101001 | 1100100 | 0 | 10110 | 101111 | 10100111 | 1100100 | 11010 |
Color Harmonies of #008769
Complementary color
Monochromatic Colors of #008769
Black with #008769
Text Example
Text Example
White with #008769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008769; }
p { color: rgb(0,135,105); }
H1.HeaderClassName
{
color: #008769;
}
.AnyTagClassName
{
color: #008769;
}
</style>
background-color css
<style>
a { background-color: #008769; }
a { background-color: rgb(0,135,105); }
div.DivClassName
{
background-color: #008769;
}
.BgClassName
{
background-color: #008769;
}
</style>
border-color css
<style>
span { border-color: #008769; }
span { border-color: rgb(0,135,105); }
td.TdClassName
{
border-color: #008769;
}
.TagClassName
{
border-color: #008769;
}
</style>