Shades of Observatory #00907B
Tints of Observatory #00907B
RGB
CMYK
RGB Variations
Color information
#00907B (or 0x00907B) is known color: Observatory. HEX triplet: 00, 90 and 7B. RGB value is (0,144,123). Sum of RGB (Red+Green+Blue) = 0+144+123=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #00907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00907B is #FF6F84. Grayscale: #626262. Windows color (decimal): -16740229 or 8097792. OLE color: 8097792.
HSL color Cylindrical-coordinate representation of color #00907B: hue angle of 171.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00907B is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 123 | - |
| CMYK | 1 | 0 | 0.15 | 0.44 |
| HSL | 171.25º | 1% | 0.28% | - |
| HSV(B) | 171.25º | 1% | 0.56% | - |
| XYZ | 13.55 | 21.38 | 22.15 | - |
| YUV | 98.55 | 141.79 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 123 | 1 | 0 | 0.15 | 0.44 | 171.25 | 1 | 0.28 |
| Hex | 0 | 90 | 7B | 64 | 0 | F | 2C | AB | 64 | 1C |
| Octal | 0 | 220 | 173 | 144 | 0 | 17 | 54 | 253 | 144 | 34 |
| Binary | 0 | 10010000 | 1111011 | 1100100 | 0 | 1111 | 101100 | 10101011 | 1100100 | 11100 |
Color Harmonies of #00907B
Complementary color
Monochromatic Colors of #00907B
Black with #00907B
Text Example
Text Example
White with #00907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00907B; }
p { color: rgb(0,144,123); }
H1.HeaderClassName
{
color: #00907B;
}
.AnyTagClassName
{
color: #00907B;
}
</style>
background-color css
<style>
a { background-color: #00907B; }
a { background-color: rgb(0,144,123); }
div.DivClassName
{
background-color: #00907B;
}
.BgClassName
{
background-color: #00907B;
}
</style>
border-color css
<style>
span { border-color: #00907B; }
span { border-color: rgb(0,144,123); }
td.TdClassName
{
border-color: #00907B;
}
.TagClassName
{
border-color: #00907B;
}
</style>