Shades of Jewel #0C6949
Tints of Jewel #0C6949
RGB
CMYK
RGB Variations
Color information
#0C6949 (or 0x0C6949) is known color: Jewel. HEX triplet: 0C, 69 and 49. RGB value is (12,105,73). Sum of RGB (Red+Green+Blue) = 12+105+73=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6949 is #F396B6. Grayscale: #494949. Windows color (decimal): -15963831 or 4811020. OLE color: 4811020.
HSL color Cylindrical-coordinate representation of color #0C6949: hue angle of 159.35º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6949 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 73 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.59 |
| HSL | 159.35º | 0.79% | 0.23% | - |
| HSV(B) | 159.35º | 0.89% | 0.41% | - |
| XYZ | 6.41 | 10.66 | 8.02 | - |
| YUV | 73.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 73 | 0.89 | 0 | 0.30 | 0.59 | 159.35 | 0.79 | 0.23 |
| Hex | C | 69 | 49 | 59 | 0 | 1E | 3B | 9F | 4F | 17 |
| Octal | 14 | 151 | 111 | 131 | 0 | 36 | 73 | 237 | 117 | 27 |
| Binary | 1100 | 1101001 | 1001001 | 1011001 | 0 | 11110 | 111011 | 10011111 | 1001111 | 10111 |
Color Harmonies of #0C6949
Complementary color
Monochromatic Colors of #0C6949
Black with #0C6949
Text Example
Text Example
White with #0C6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6949; }
p { color: rgb(12,105,73); }
H1.HeaderClassName
{
color: #0C6949;
}
.AnyTagClassName
{
color: #0C6949;
}
</style>
background-color css
<style>
a { background-color: #0C6949; }
a { background-color: rgb(12,105,73); }
div.DivClassName
{
background-color: #0C6949;
}
.BgClassName
{
background-color: #0C6949;
}
</style>
border-color css
<style>
span { border-color: #0C6949; }
span { border-color: rgb(12,105,73); }
td.TdClassName
{
border-color: #0C6949;
}
.TagClassName
{
border-color: #0C6949;
}
</style>