Shades of Observatory #0C917A
Tints of Observatory #0C917A
RGB
CMYK
RGB Variations
Color information
#0C917A (or 0x0C917A) is known color: Observatory. HEX triplet: 0C, 91 and 7A. RGB value is (12,145,122). Sum of RGB (Red+Green+Blue) = 12+145+122=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #0C917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C917A is #F36E85. Grayscale: #666666. Windows color (decimal): -15953542 or 8032524. OLE color: 8032524.
HSL color Cylindrical-coordinate representation of color #0C917A: hue angle of 169.62º 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 #0C917A is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 122 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.43 |
| HSL | 169.62º | 0.85% | 0.31% | - |
| HSV(B) | 169.62º | 0.92% | 0.57% | - |
| XYZ | 13.79 | 21.73 | 21.88 | - |
| YUV | 102.61 | 138.94 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 122 | 0.92 | 0 | 0.16 | 0.43 | 169.62 | 0.85 | 0.31 |
| Hex | C | 91 | 7A | 5C | 0 | 10 | 2B | AA | 55 | 1F |
| Octal | 14 | 221 | 172 | 134 | 0 | 20 | 53 | 252 | 125 | 37 |
| Binary | 1100 | 10010001 | 1111010 | 1011100 | 0 | 10000 | 101011 | 10101010 | 1010101 | 11111 |
Color Harmonies of #0C917A
Complementary color
Monochromatic Colors of #0C917A
Black with #0C917A
Text Example
Text Example
White with #0C917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C917A; }
p { color: rgb(12,145,122); }
H1.HeaderClassName
{
color: #0C917A;
}
.AnyTagClassName
{
color: #0C917A;
}
</style>
background-color css
<style>
a { background-color: #0C917A; }
a { background-color: rgb(12,145,122); }
div.DivClassName
{
background-color: #0C917A;
}
.BgClassName
{
background-color: #0C917A;
}
</style>
border-color css
<style>
span { border-color: #0C917A; }
span { border-color: rgb(12,145,122); }
td.TdClassName
{
border-color: #0C917A;
}
.TagClassName
{
border-color: #0C917A;
}
</style>