Shades of Jewel #0C6447
Tints of Jewel #0C6447
RGB
CMYK
RGB Variations
Color information
#0C6447 (or 0x0C6447) is known color: Jewel. HEX triplet: 0C, 64 and 47. RGB value is (12,100,71). Sum of RGB (Red+Green+Blue) = 12+100+71=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6447 is #F39BB8. Grayscale: #464646. Windows color (decimal): -15965113 or 4678668. OLE color: 4678668.
HSL color Cylindrical-coordinate representation of color #0C6447: hue angle of 160.23º degrees, saturation: 0.79, 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 #0C6447 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 100 | 71 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.61 |
| HSL | 160.23º | 0.79% | 0.22% | - |
| HSV(B) | 160.23º | 0.88% | 0.39% | - |
| XYZ | 5.85 | 9.65 | 7.52 | - |
| YUV | 70.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 71 | 0.88 | 0 | 0.29 | 0.61 | 160.23 | 0.79 | 0.22 |
| Hex | C | 64 | 47 | 58 | 0 | 1D | 3D | A0 | 4F | 16 |
| Octal | 14 | 144 | 107 | 130 | 0 | 35 | 75 | 240 | 117 | 26 |
| Binary | 1100 | 1100100 | 1000111 | 1011000 | 0 | 11101 | 111101 | 10100000 | 1001111 | 10110 |
Color Harmonies of #0C6447
Complementary color
Monochromatic Colors of #0C6447
Black with #0C6447
Text Example
Text Example
White with #0C6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6447; }
p { color: rgb(12,100,71); }
H1.HeaderClassName
{
color: #0C6447;
}
.AnyTagClassName
{
color: #0C6447;
}
</style>
background-color css
<style>
a { background-color: #0C6447; }
a { background-color: rgb(12,100,71); }
div.DivClassName
{
background-color: #0C6447;
}
.BgClassName
{
background-color: #0C6447;
}
</style>
border-color css
<style>
span { border-color: #0C6447; }
span { border-color: rgb(12,100,71); }
td.TdClassName
{
border-color: #0C6447;
}
.TagClassName
{
border-color: #0C6447;
}
</style>