Shades of Observatory #0C896B
Tints of Observatory #0C896B
RGB
CMYK
RGB Variations
Color information
#0C896B (or 0x0C896B) is known color: Observatory. HEX triplet: 0C, 89 and 6B. RGB value is (12,137,107). Sum of RGB (Red+Green+Blue) = 12+137+107=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #0C896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C896B is #F37694. Grayscale: #606060. Windows color (decimal): -15955605 or 7047436. OLE color: 7047436.
HSL color Cylindrical-coordinate representation of color #0C896B: hue angle of 165.6º 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 #0C896B is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 107 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.46 |
| HSL | 165.6º | 0.84% | 0.29% | - |
| HSV(B) | 165.6º | 0.91% | 0.54% | - |
| XYZ | 11.75 | 19.03 | 16.96 | - |
| YUV | 96.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 107 | 0.91 | 0 | 0.22 | 0.46 | 165.6 | 0.84 | 0.29 |
| Hex | C | 89 | 6B | 5B | 0 | 16 | 2E | A6 | 54 | 1D |
| Octal | 14 | 211 | 153 | 133 | 0 | 26 | 56 | 246 | 124 | 35 |
| Binary | 1100 | 10001001 | 1101011 | 1011011 | 0 | 10110 | 101110 | 10100110 | 1010100 | 11101 |
Color Harmonies of #0C896B
Complementary color
Monochromatic Colors of #0C896B
Black with #0C896B
Text Example
Text Example
White with #0C896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C896B; }
p { color: rgb(12,137,107); }
H1.HeaderClassName
{
color: #0C896B;
}
.AnyTagClassName
{
color: #0C896B;
}
</style>
background-color css
<style>
a { background-color: #0C896B; }
a { background-color: rgb(12,137,107); }
div.DivClassName
{
background-color: #0C896B;
}
.BgClassName
{
background-color: #0C896B;
}
</style>
border-color css
<style>
span { border-color: #0C896B; }
span { border-color: rgb(12,137,107); }
td.TdClassName
{
border-color: #0C896B;
}
.TagClassName
{
border-color: #0C896B;
}
</style>