Shades of Jewel #0C6047
Tints of Jewel #0C6047
RGB
CMYK
RGB Variations
Color information
#0C6047 (or 0x0C6047) is known color: Jewel. HEX triplet: 0C, 60 and 47. RGB value is (12,96,71). Sum of RGB (Red+Green+Blue) = 12+96+71=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6047 is #F39FB8. Grayscale: #444444. Windows color (decimal): -15966137 or 4677644. OLE color: 4677644.
HSL color Cylindrical-coordinate representation of color #0C6047: hue angle of 162.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6047 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 71 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.62 |
| HSL | 162.14º | 0.78% | 0.21% | - |
| HSV(B) | 162.14º | 0.88% | 0.38% | - |
| XYZ | 5.47 | 8.9 | 7.39 | - |
| YUV | 68.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 71 | 0.88 | 0 | 0.26 | 0.62 | 162.14 | 0.78 | 0.21 |
| Hex | C | 60 | 47 | 58 | 0 | 1A | 3E | A2 | 4E | 15 |
| Octal | 14 | 140 | 107 | 130 | 0 | 32 | 76 | 242 | 116 | 25 |
| Binary | 1100 | 1100000 | 1000111 | 1011000 | 0 | 11010 | 111110 | 10100010 | 1001110 | 10101 |
Color Harmonies of #0C6047
Complementary color
Monochromatic Colors of #0C6047
Black with #0C6047
Text Example
Text Example
White with #0C6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6047; }
p { color: rgb(12,96,71); }
H1.HeaderClassName
{
color: #0C6047;
}
.AnyTagClassName
{
color: #0C6047;
}
</style>
background-color css
<style>
a { background-color: #0C6047; }
a { background-color: rgb(12,96,71); }
div.DivClassName
{
background-color: #0C6047;
}
.BgClassName
{
background-color: #0C6047;
}
</style>
border-color css
<style>
span { border-color: #0C6047; }
span { border-color: rgb(12,96,71); }
td.TdClassName
{
border-color: #0C6047;
}
.TagClassName
{
border-color: #0C6047;
}
</style>