Shades of Observatory #0C896E
Tints of Observatory #0C896E
RGB
CMYK
RGB Variations
Color information
#0C896E (or 0x0C896E) is known color: Observatory. HEX triplet: 0C, 89 and 6E. RGB value is (12,137,110). Sum of RGB (Red+Green+Blue) = 12+137+110=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #0C896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C896E is #F37691. Grayscale: #606060. Windows color (decimal): -15955602 or 7244044. OLE color: 7244044.
HSL color Cylindrical-coordinate representation of color #0C896E: hue angle of 167.04º 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 #0C896E is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 110 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.46 |
| HSL | 167.04º | 0.84% | 0.29% | - |
| HSV(B) | 167.04º | 0.91% | 0.54% | - |
| XYZ | 11.91 | 19.1 | 17.81 | - |
| YUV | 96.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 110 | 0.91 | 0 | 0.20 | 0.46 | 167.04 | 0.84 | 0.29 |
| Hex | C | 89 | 6E | 5B | 0 | 14 | 2E | A7 | 54 | 1D |
| Octal | 14 | 211 | 156 | 133 | 0 | 24 | 56 | 247 | 124 | 35 |
| Binary | 1100 | 10001001 | 1101110 | 1011011 | 0 | 10100 | 101110 | 10100111 | 1010100 | 11101 |
Color Harmonies of #0C896E
Complementary color
Monochromatic Colors of #0C896E
Black with #0C896E
Text Example
Text Example
White with #0C896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C896E; }
p { color: rgb(12,137,110); }
H1.HeaderClassName
{
color: #0C896E;
}
.AnyTagClassName
{
color: #0C896E;
}
</style>
background-color css
<style>
a { background-color: #0C896E; }
a { background-color: rgb(12,137,110); }
div.DivClassName
{
background-color: #0C896E;
}
.BgClassName
{
background-color: #0C896E;
}
</style>
border-color css
<style>
span { border-color: #0C896E; }
span { border-color: rgb(12,137,110); }
td.TdClassName
{
border-color: #0C896E;
}
.TagClassName
{
border-color: #0C896E;
}
</style>