Shades of Observatory #00927F
Tints of Observatory #00927F
RGB
CMYK
RGB Variations
Color information
#00927F (or 0x00927F) is known color: Observatory. HEX triplet: 00, 92 and 7F. RGB value is (0,146,127). Sum of RGB (Red+Green+Blue) = 0+146+127=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #00927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00927F is #FF6D80. Grayscale: #646464. Windows color (decimal): -16739713 or 8360448. OLE color: 8360448.
HSL color Cylindrical-coordinate representation of color #00927F: hue angle of 172.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00927F is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 127 | - |
| CMYK | 1 | 0 | 0.13 | 0.43 |
| HSL | 172.19º | 1% | 0.29% | - |
| HSV(B) | 172.19º | 1% | 0.57% | - |
| XYZ | 14.11 | 22.09 | 23.6 | - |
| YUV | 100.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 127 | 1 | 0 | 0.13 | 0.43 | 172.19 | 1 | 0.29 |
| Hex | 0 | 92 | 7F | 64 | 0 | D | 2B | AC | 64 | 1D |
| Octal | 0 | 222 | 177 | 144 | 0 | 15 | 53 | 254 | 144 | 35 |
| Binary | 0 | 10010010 | 1111111 | 1100100 | 0 | 1101 | 101011 | 10101100 | 1100100 | 11101 |
Color Harmonies of #00927F
Complementary color
Monochromatic Colors of #00927F
Black with #00927F
Text Example
Text Example
White with #00927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00927F; }
p { color: rgb(0,146,127); }
H1.HeaderClassName
{
color: #00927F;
}
.AnyTagClassName
{
color: #00927F;
}
</style>
background-color css
<style>
a { background-color: #00927F; }
a { background-color: rgb(0,146,127); }
div.DivClassName
{
background-color: #00927F;
}
.BgClassName
{
background-color: #00927F;
}
</style>
border-color css
<style>
span { border-color: #00927F; }
span { border-color: rgb(0,146,127); }
td.TdClassName
{
border-color: #00927F;
}
.TagClassName
{
border-color: #00927F;
}
</style>