Shades of Observatory #0C896F
Tints of Observatory #0C896F
RGB
CMYK
RGB Variations
Color information
#0C896F (or 0x0C896F) is known color: Observatory. HEX triplet: 0C, 89 and 6F. RGB value is (12,137,111). Sum of RGB (Red+Green+Blue) = 12+137+111=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #0C896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C896F is #F37690. Grayscale: #606060. Windows color (decimal): -15955601 or 7309580. OLE color: 7309580.
HSL color Cylindrical-coordinate representation of color #0C896F: hue angle of 167.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C896F is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 111 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.46 |
| HSL | 167.52º | 0.84% | 0.29% | - |
| HSV(B) | 167.52º | 0.91% | 0.54% | - |
| XYZ | 11.97 | 19.12 | 18.1 | - |
| YUV | 96.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 111 | 0.91 | 0 | 0.19 | 0.46 | 167.52 | 0.84 | 0.29 |
| Hex | C | 89 | 6F | 5B | 0 | 13 | 2E | A8 | 54 | 1D |
| Octal | 14 | 211 | 157 | 133 | 0 | 23 | 56 | 250 | 124 | 35 |
| Binary | 1100 | 10001001 | 1101111 | 1011011 | 0 | 10011 | 101110 | 10101000 | 1010100 | 11101 |
Color Harmonies of #0C896F
Complementary color
Monochromatic Colors of #0C896F
Black with #0C896F
Text Example
Text Example
White with #0C896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C896F; }
p { color: rgb(12,137,111); }
H1.HeaderClassName
{
color: #0C896F;
}
.AnyTagClassName
{
color: #0C896F;
}
</style>
background-color css
<style>
a { background-color: #0C896F; }
a { background-color: rgb(12,137,111); }
div.DivClassName
{
background-color: #0C896F;
}
.BgClassName
{
background-color: #0C896F;
}
</style>
border-color css
<style>
span { border-color: #0C896F; }
span { border-color: rgb(12,137,111); }
td.TdClassName
{
border-color: #0C896F;
}
.TagClassName
{
border-color: #0C896F;
}
</style>