Shades of Observatory #08907B
Tints of Observatory #08907B
RGB
CMYK
RGB Variations
Color information
#08907B (or 0x08907B) is known color: Observatory. HEX triplet: 08, 90 and 7B. RGB value is (8,144,123). Sum of RGB (Red+Green+Blue) = 8+144+123=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #08907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08907B is #F76F84. Grayscale: #646464. Windows color (decimal): -16215941 or 8097800. OLE color: 8097800.
HSL color Cylindrical-coordinate representation of color #08907B: hue angle of 170.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08907B is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 123 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.44 |
| HSL | 170.74º | 0.89% | 0.3% | - |
| HSV(B) | 170.74º | 0.94% | 0.56% | - |
| XYZ | 13.65 | 21.43 | 22.16 | - |
| YUV | 100.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 123 | 0.94 | 0 | 0.15 | 0.44 | 170.74 | 0.89 | 0.3 |
| Hex | 8 | 90 | 7B | 5E | 0 | F | 2C | AB | 59 | 1E |
| Octal | 10 | 220 | 173 | 136 | 0 | 17 | 54 | 253 | 131 | 36 |
| Binary | 1000 | 10010000 | 1111011 | 1011110 | 0 | 1111 | 101100 | 10101011 | 1011001 | 11110 |
Color Harmonies of #08907B
Complementary color
Monochromatic Colors of #08907B
Black with #08907B
Text Example
Text Example
White with #08907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08907B; }
p { color: rgb(8,144,123); }
H1.HeaderClassName
{
color: #08907B;
}
.AnyTagClassName
{
color: #08907B;
}
</style>
background-color css
<style>
a { background-color: #08907B; }
a { background-color: rgb(8,144,123); }
div.DivClassName
{
background-color: #08907B;
}
.BgClassName
{
background-color: #08907B;
}
</style>
border-color css
<style>
span { border-color: #08907B; }
span { border-color: rgb(8,144,123); }
td.TdClassName
{
border-color: #08907B;
}
.TagClassName
{
border-color: #08907B;
}
</style>