Shades of Jewel #0C6148
Tints of Jewel #0C6148
RGB
CMYK
RGB Variations
Color information
#0C6148 (or 0x0C6148) is known color: Jewel. HEX triplet: 0C, 61 and 48. RGB value is (12,97,72). Sum of RGB (Red+Green+Blue) = 12+97+72=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6148 is #F39EB7. Grayscale: #444444. Windows color (decimal): -15965880 or 4743436. OLE color: 4743436.
HSL color Cylindrical-coordinate representation of color #0C6148: hue angle of 162.35º 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 #0C6148 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 72 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.62 |
| HSL | 162.35º | 0.78% | 0.21% | - |
| HSV(B) | 162.35º | 0.88% | 0.38% | - |
| XYZ | 5.6 | 9.1 | 7.59 | - |
| YUV | 68.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 72 | 0.88 | 0 | 0.26 | 0.62 | 162.35 | 0.78 | 0.21 |
| Hex | C | 61 | 48 | 58 | 0 | 1A | 3E | A2 | 4E | 15 |
| Octal | 14 | 141 | 110 | 130 | 0 | 32 | 76 | 242 | 116 | 25 |
| Binary | 1100 | 1100001 | 1001000 | 1011000 | 0 | 11010 | 111110 | 10100010 | 1001110 | 10101 |
Color Harmonies of #0C6148
Complementary color
Monochromatic Colors of #0C6148
Black with #0C6148
Text Example
Text Example
White with #0C6148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6148; }
p { color: rgb(12,97,72); }
H1.HeaderClassName
{
color: #0C6148;
}
.AnyTagClassName
{
color: #0C6148;
}
</style>
background-color css
<style>
a { background-color: #0C6148; }
a { background-color: rgb(12,97,72); }
div.DivClassName
{
background-color: #0C6148;
}
.BgClassName
{
background-color: #0C6148;
}
</style>
border-color css
<style>
span { border-color: #0C6148; }
span { border-color: rgb(12,97,72); }
td.TdClassName
{
border-color: #0C6148;
}
.TagClassName
{
border-color: #0C6148;
}
</style>