Shades of Observatory #08946F
Tints of Observatory #08946F
RGB
CMYK
RGB Variations
Color information
#08946F (or 0x08946F) is known color: Observatory. HEX triplet: 08, 94 and 6F. RGB value is (8,148,111). Sum of RGB (Red+Green+Blue) = 8+148+111=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #08946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08946F is #F76B90. Grayscale: #656565. Windows color (decimal): -16214929 or 7312392. OLE color: 7312392.
HSL color Cylindrical-coordinate representation of color #08946F: hue angle of 164.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08946F is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 111 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.42 |
| HSL | 164.14º | 0.9% | 0.31% | - |
| HSV(B) | 164.14º | 0.95% | 0.58% | - |
| XYZ | 13.56 | 22.38 | 18.64 | - |
| YUV | 101.92 | 133.12 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 111 | 0.95 | 0 | 0.25 | 0.42 | 164.14 | 0.9 | 0.31 |
| Hex | 8 | 94 | 6F | 5F | 0 | 19 | 2A | A4 | 5A | 1F |
| Octal | 10 | 224 | 157 | 137 | 0 | 31 | 52 | 244 | 132 | 37 |
| Binary | 1000 | 10010100 | 1101111 | 1011111 | 0 | 11001 | 101010 | 10100100 | 1011010 | 11111 |
Color Harmonies of #08946F
Complementary color
Monochromatic Colors of #08946F
Black with #08946F
Text Example
Text Example
White with #08946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08946F; }
p { color: rgb(8,148,111); }
H1.HeaderClassName
{
color: #08946F;
}
.AnyTagClassName
{
color: #08946F;
}
</style>
background-color css
<style>
a { background-color: #08946F; }
a { background-color: rgb(8,148,111); }
div.DivClassName
{
background-color: #08946F;
}
.BgClassName
{
background-color: #08946F;
}
</style>
border-color css
<style>
span { border-color: #08946F; }
span { border-color: rgb(8,148,111); }
td.TdClassName
{
border-color: #08946F;
}
.TagClassName
{
border-color: #08946F;
}
</style>