Shades of Observatory #0C926A
Tints of Observatory #0C926A
RGB
CMYK
RGB Variations
Color information
#0C926A (or 0x0C926A) is known color: Observatory. HEX triplet: 0C, 92 and 6A. RGB value is (12,146,106). Sum of RGB (Red+Green+Blue) = 12+146+106=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #0C926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C926A is #F36D95. Grayscale: #656565. Windows color (decimal): -15953302 or 6984204. OLE color: 6984204.
HSL color Cylindrical-coordinate representation of color #0C926A: hue angle of 162.09º 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 #0C926A is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 106 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.43 |
| HSL | 162.09º | 0.85% | 0.31% | - |
| HSV(B) | 162.09º | 0.92% | 0.57% | - |
| XYZ | 13.03 | 21.68 | 17.13 | - |
| YUV | 101.37 | 130.61 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 106 | 0.92 | 0 | 0.27 | 0.43 | 162.09 | 0.85 | 0.31 |
| Hex | C | 92 | 6A | 5C | 0 | 1B | 2B | A2 | 55 | 1F |
| Octal | 14 | 222 | 152 | 134 | 0 | 33 | 53 | 242 | 125 | 37 |
| Binary | 1100 | 10010010 | 1101010 | 1011100 | 0 | 11011 | 101011 | 10100010 | 1010101 | 11111 |
Color Harmonies of #0C926A
Complementary color
Monochromatic Colors of #0C926A
Black with #0C926A
Text Example
Text Example
White with #0C926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C926A; }
p { color: rgb(12,146,106); }
H1.HeaderClassName
{
color: #0C926A;
}
.AnyTagClassName
{
color: #0C926A;
}
</style>
background-color css
<style>
a { background-color: #0C926A; }
a { background-color: rgb(12,146,106); }
div.DivClassName
{
background-color: #0C926A;
}
.BgClassName
{
background-color: #0C926A;
}
</style>
border-color css
<style>
span { border-color: #0C926A; }
span { border-color: rgb(12,146,106); }
td.TdClassName
{
border-color: #0C926A;
}
.TagClassName
{
border-color: #0C926A;
}
</style>