Shades of Jewel #0C6347
Tints of Jewel #0C6347
RGB
CMYK
RGB Variations
Color information
#0C6347 (or 0x0C6347) is known color: Jewel. HEX triplet: 0C, 63 and 47. RGB value is (12,99,71). Sum of RGB (Red+Green+Blue) = 12+99+71=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6347 is #F39CB8. Grayscale: #454545. Windows color (decimal): -15965369 or 4678412. OLE color: 4678412.
HSL color Cylindrical-coordinate representation of color #0C6347: hue angle of 160.69º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6347 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 99 | 71 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.61 |
| HSL | 160.69º | 0.78% | 0.22% | - |
| HSV(B) | 160.69º | 0.88% | 0.39% | - |
| XYZ | 5.75 | 9.46 | 7.48 | - |
| YUV | 69.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 71 | 0.88 | 0 | 0.28 | 0.61 | 160.69 | 0.78 | 0.22 |
| Hex | C | 63 | 47 | 58 | 0 | 1C | 3D | A1 | 4E | 16 |
| Octal | 14 | 143 | 107 | 130 | 0 | 34 | 75 | 241 | 116 | 26 |
| Binary | 1100 | 1100011 | 1000111 | 1011000 | 0 | 11100 | 111101 | 10100001 | 1001110 | 10110 |
Color Harmonies of #0C6347
Complementary color
Monochromatic Colors of #0C6347
Black with #0C6347
Text Example
Text Example
White with #0C6347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6347; }
p { color: rgb(12,99,71); }
H1.HeaderClassName
{
color: #0C6347;
}
.AnyTagClassName
{
color: #0C6347;
}
</style>
background-color css
<style>
a { background-color: #0C6347; }
a { background-color: rgb(12,99,71); }
div.DivClassName
{
background-color: #0C6347;
}
.BgClassName
{
background-color: #0C6347;
}
</style>
border-color css
<style>
span { border-color: #0C6347; }
span { border-color: rgb(12,99,71); }
td.TdClassName
{
border-color: #0C6347;
}
.TagClassName
{
border-color: #0C6347;
}
</style>