Shades of Observatory #00957B
Tints of Observatory #00957B
RGB
CMYK
RGB Variations
Color information
#00957B (or 0x00957B) is known color: Observatory. HEX triplet: 00, 95 and 7B. RGB value is (0,149,123). Sum of RGB (Red+Green+Blue) = 0+149+123=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #00957B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00957B is #FF6A84. Grayscale: #656565. Windows color (decimal): -16738949 or 8099072. OLE color: 8099072.
HSL color Cylindrical-coordinate representation of color #00957B: hue angle of 169.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00957B is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 123 | - |
| CMYK | 1 | 0 | 0.17 | 0.42 |
| HSL | 169.53º | 1% | 0.29% | - |
| HSV(B) | 169.53º | 1% | 0.58% | - |
| XYZ | 14.32 | 22.92 | 22.41 | - |
| YUV | 101.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 123 | 1 | 0 | 0.17 | 0.42 | 169.53 | 1 | 0.29 |
| Hex | 0 | 95 | 7B | 64 | 0 | 11 | 2A | AA | 64 | 1D |
| Octal | 0 | 225 | 173 | 144 | 0 | 21 | 52 | 252 | 144 | 35 |
| Binary | 0 | 10010101 | 1111011 | 1100100 | 0 | 10001 | 101010 | 10101010 | 1100100 | 11101 |
Color Harmonies of #00957B
Complementary color
Monochromatic Colors of #00957B
Black with #00957B
Text Example
Text Example
White with #00957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00957B; }
p { color: rgb(0,149,123); }
H1.HeaderClassName
{
color: #00957B;
}
.AnyTagClassName
{
color: #00957B;
}
</style>
background-color css
<style>
a { background-color: #00957B; }
a { background-color: rgb(0,149,123); }
div.DivClassName
{
background-color: #00957B;
}
.BgClassName
{
background-color: #00957B;
}
</style>
border-color css
<style>
span { border-color: #00957B; }
span { border-color: rgb(0,149,123); }
td.TdClassName
{
border-color: #00957B;
}
.TagClassName
{
border-color: #00957B;
}
</style>