Shades of Observatory #0C8B6B
Tints of Observatory #0C8B6B
RGB
CMYK
RGB Variations
Color information
#0C8B6B (or 0x0C8B6B) is known color: Observatory. HEX triplet: 0C, 8B and 6B. RGB value is (12,139,107). Sum of RGB (Red+Green+Blue) = 12+139+107=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B6B is #F37494. Grayscale: #616161. Windows color (decimal): -15955093 or 7047948. OLE color: 7047948.
HSL color Cylindrical-coordinate representation of color #0C8B6B: hue angle of 164.88º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B6B is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 107 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.45 |
| HSL | 164.88º | 0.84% | 0.3% | - |
| HSV(B) | 164.88º | 0.91% | 0.55% | - |
| XYZ | 12.04 | 19.6 | 17.06 | - |
| YUV | 97.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 107 | 0.91 | 0 | 0.23 | 0.45 | 164.88 | 0.84 | 0.3 |
| Hex | C | 8B | 6B | 5B | 0 | 17 | 2D | A5 | 54 | 1E |
| Octal | 14 | 213 | 153 | 133 | 0 | 27 | 55 | 245 | 124 | 36 |
| Binary | 1100 | 10001011 | 1101011 | 1011011 | 0 | 10111 | 101101 | 10100101 | 1010100 | 11110 |
Color Harmonies of #0C8B6B
Complementary color
Monochromatic Colors of #0C8B6B
Black with #0C8B6B
Text Example
Text Example
White with #0C8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B6B; }
p { color: rgb(12,139,107); }
H1.HeaderClassName
{
color: #0C8B6B;
}
.AnyTagClassName
{
color: #0C8B6B;
}
</style>
background-color css
<style>
a { background-color: #0C8B6B; }
a { background-color: rgb(12,139,107); }
div.DivClassName
{
background-color: #0C8B6B;
}
.BgClassName
{
background-color: #0C8B6B;
}
</style>
border-color css
<style>
span { border-color: #0C8B6B; }
span { border-color: rgb(12,139,107); }
td.TdClassName
{
border-color: #0C8B6B;
}
.TagClassName
{
border-color: #0C8B6B;
}
</style>