Shades of Observatory #08926F
Tints of Observatory #08926F
RGB
CMYK
RGB Variations
Color information
#08926F (or 0x08926F) is known color: Observatory. HEX triplet: 08, 92 and 6F. RGB value is (8,146,111). Sum of RGB (Red+Green+Blue) = 8+146+111=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #08926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08926F is #F76D90. Grayscale: #646464. Windows color (decimal): -16215441 or 7311880. OLE color: 7311880.
HSL color Cylindrical-coordinate representation of color #08926F: hue angle of 164.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08926F is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 111 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.43 |
| HSL | 164.78º | 0.9% | 0.3% | - |
| HSV(B) | 164.78º | 0.95% | 0.57% | - |
| XYZ | 13.25 | 21.76 | 18.54 | - |
| YUV | 100.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 111 | 0.95 | 0 | 0.24 | 0.43 | 164.78 | 0.9 | 0.3 |
| Hex | 8 | 92 | 6F | 5F | 0 | 18 | 2B | A5 | 5A | 1E |
| Octal | 10 | 222 | 157 | 137 | 0 | 30 | 53 | 245 | 132 | 36 |
| Binary | 1000 | 10010010 | 1101111 | 1011111 | 0 | 11000 | 101011 | 10100101 | 1011010 | 11110 |
Color Harmonies of #08926F
Complementary color
Monochromatic Colors of #08926F
Black with #08926F
Text Example
Text Example
White with #08926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08926F; }
p { color: rgb(8,146,111); }
H1.HeaderClassName
{
color: #08926F;
}
.AnyTagClassName
{
color: #08926F;
}
</style>
background-color css
<style>
a { background-color: #08926F; }
a { background-color: rgb(8,146,111); }
div.DivClassName
{
background-color: #08926F;
}
.BgClassName
{
background-color: #08926F;
}
</style>
border-color css
<style>
span { border-color: #08926F; }
span { border-color: rgb(8,146,111); }
td.TdClassName
{
border-color: #08926F;
}
.TagClassName
{
border-color: #08926F;
}
</style>