Shades of Observatory #0C926D
Tints of Observatory #0C926D
RGB
CMYK
RGB Variations
Color information
#0C926D (or 0x0C926D) is known color: Observatory. HEX triplet: 0C, 92 and 6D. RGB value is (12,146,109). Sum of RGB (Red+Green+Blue) = 12+146+109=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #0C926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C926D is #F36D92. Grayscale: #656565. Windows color (decimal): -15953299 or 7180812. OLE color: 7180812.
HSL color Cylindrical-coordinate representation of color #0C926D: hue angle of 163.43º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C926D is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 109 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.43 |
| HSL | 163.43º | 0.85% | 0.31% | - |
| HSV(B) | 163.43º | 0.92% | 0.57% | - |
| XYZ | 13.19 | 21.74 | 17.97 | - |
| YUV | 101.72 | 132.11 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 109 | 0.92 | 0 | 0.25 | 0.43 | 163.43 | 0.85 | 0.31 |
| Hex | C | 92 | 6D | 5C | 0 | 19 | 2B | A3 | 55 | 1F |
| Octal | 14 | 222 | 155 | 134 | 0 | 31 | 53 | 243 | 125 | 37 |
| Binary | 1100 | 10010010 | 1101101 | 1011100 | 0 | 11001 | 101011 | 10100011 | 1010101 | 11111 |
Color Harmonies of #0C926D
Complementary color
Monochromatic Colors of #0C926D
Black with #0C926D
Text Example
Text Example
White with #0C926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C926D; }
p { color: rgb(12,146,109); }
H1.HeaderClassName
{
color: #0C926D;
}
.AnyTagClassName
{
color: #0C926D;
}
</style>
background-color css
<style>
a { background-color: #0C926D; }
a { background-color: rgb(12,146,109); }
div.DivClassName
{
background-color: #0C926D;
}
.BgClassName
{
background-color: #0C926D;
}
</style>
border-color css
<style>
span { border-color: #0C926D; }
span { border-color: rgb(12,146,109); }
td.TdClassName
{
border-color: #0C926D;
}
.TagClassName
{
border-color: #0C926D;
}
</style>