Shades of Observatory #0C916F
Tints of Observatory #0C916F
RGB
CMYK
RGB Variations
Color information
#0C916F (or 0x0C916F) is known color: Observatory. HEX triplet: 0C, 91 and 6F. RGB value is (12,145,111). Sum of RGB (Red+Green+Blue) = 12+145+111=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #0C916F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C916F is #F36E90. Grayscale: #656565. Windows color (decimal): -15953553 or 7311628. OLE color: 7311628.
HSL color Cylindrical-coordinate representation of color #0C916F: hue angle of 164.66º 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 #0C916F is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 111 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.43 |
| HSL | 164.66º | 0.85% | 0.31% | - |
| HSV(B) | 164.66º | 0.92% | 0.57% | - |
| XYZ | 13.15 | 21.48 | 18.49 | - |
| YUV | 101.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 111 | 0.92 | 0 | 0.23 | 0.43 | 164.66 | 0.85 | 0.31 |
| Hex | C | 91 | 6F | 5C | 0 | 17 | 2B | A5 | 55 | 1F |
| Octal | 14 | 221 | 157 | 134 | 0 | 27 | 53 | 245 | 125 | 37 |
| Binary | 1100 | 10010001 | 1101111 | 1011100 | 0 | 10111 | 101011 | 10100101 | 1010101 | 11111 |
Color Harmonies of #0C916F
Complementary color
Monochromatic Colors of #0C916F
Black with #0C916F
Text Example
Text Example
White with #0C916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C916F; }
p { color: rgb(12,145,111); }
H1.HeaderClassName
{
color: #0C916F;
}
.AnyTagClassName
{
color: #0C916F;
}
</style>
background-color css
<style>
a { background-color: #0C916F; }
a { background-color: rgb(12,145,111); }
div.DivClassName
{
background-color: #0C916F;
}
.BgClassName
{
background-color: #0C916F;
}
</style>
border-color css
<style>
span { border-color: #0C916F; }
span { border-color: rgb(12,145,111); }
td.TdClassName
{
border-color: #0C916F;
}
.TagClassName
{
border-color: #0C916F;
}
</style>