Shades of Observatory #00926F
Tints of Observatory #00926F
RGB
CMYK
RGB Variations
Color information
#00926F (or 0x00926F) is known color: Observatory. HEX triplet: 00, 92 and 6F. RGB value is (0,146,111). Sum of RGB (Red+Green+Blue) = 0+146+111=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #00926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00926F is #FF6D90. Grayscale: #626262. Windows color (decimal): -16739729 or 7311872. OLE color: 7311872.
HSL color Cylindrical-coordinate representation of color #00926F: hue angle of 165.62º 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 #00926F is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 111 | - |
| CMYK | 1 | 0 | 0.24 | 0.43 |
| HSL | 165.62º | 1% | 0.29% | - |
| HSV(B) | 165.62º | 1% | 0.57% | - |
| XYZ | 13.15 | 21.71 | 18.54 | - |
| YUV | 98.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 111 | 1 | 0 | 0.24 | 0.43 | 165.62 | 1 | 0.29 |
| Hex | 0 | 92 | 6F | 64 | 0 | 18 | 2B | A6 | 64 | 1D |
| Octal | 0 | 222 | 157 | 144 | 0 | 30 | 53 | 246 | 144 | 35 |
| Binary | 0 | 10010010 | 1101111 | 1100100 | 0 | 11000 | 101011 | 10100110 | 1100100 | 11101 |
Color Harmonies of #00926F
Complementary color
Monochromatic Colors of #00926F
Black with #00926F
Text Example
Text Example
White with #00926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00926F; }
p { color: rgb(0,146,111); }
H1.HeaderClassName
{
color: #00926F;
}
.AnyTagClassName
{
color: #00926F;
}
</style>
background-color css
<style>
a { background-color: #00926F; }
a { background-color: rgb(0,146,111); }
div.DivClassName
{
background-color: #00926F;
}
.BgClassName
{
background-color: #00926F;
}
</style>
border-color css
<style>
span { border-color: #00926F; }
span { border-color: rgb(0,146,111); }
td.TdClassName
{
border-color: #00926F;
}
.TagClassName
{
border-color: #00926F;
}
</style>