Shades of Jewel #0C6145
Tints of Jewel #0C6145
RGB
CMYK
RGB Variations
Color information
#0C6145 (or 0x0C6145) is known color: Jewel. HEX triplet: 0C, 61 and 45. RGB value is (12,97,69). Sum of RGB (Red+Green+Blue) = 12+97+69=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6145 is #F39EBA. Grayscale: #444444. Windows color (decimal): -15965883 or 4546828. OLE color: 4546828.
HSL color Cylindrical-coordinate representation of color #0C6145: hue angle of 160.24º 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 #0C6145 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 69 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.62 |
| HSL | 160.24º | 0.78% | 0.21% | - |
| HSV(B) | 160.24º | 0.88% | 0.38% | - |
| XYZ | 5.5 | 9.06 | 7.09 | - |
| YUV | 68.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 69 | 0.88 | 0 | 0.29 | 0.62 | 160.24 | 0.78 | 0.21 |
| Hex | C | 61 | 45 | 58 | 0 | 1D | 3E | A0 | 4E | 15 |
| Octal | 14 | 141 | 105 | 130 | 0 | 35 | 76 | 240 | 116 | 25 |
| Binary | 1100 | 1100001 | 1000101 | 1011000 | 0 | 11101 | 111110 | 10100000 | 1001110 | 10101 |
Color Harmonies of #0C6145
Complementary color
Monochromatic Colors of #0C6145
Black with #0C6145
Text Example
Text Example
White with #0C6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6145; }
p { color: rgb(12,97,69); }
H1.HeaderClassName
{
color: #0C6145;
}
.AnyTagClassName
{
color: #0C6145;
}
</style>
background-color css
<style>
a { background-color: #0C6145; }
a { background-color: rgb(12,97,69); }
div.DivClassName
{
background-color: #0C6145;
}
.BgClassName
{
background-color: #0C6145;
}
</style>
border-color css
<style>
span { border-color: #0C6145; }
span { border-color: rgb(12,97,69); }
td.TdClassName
{
border-color: #0C6145;
}
.TagClassName
{
border-color: #0C6145;
}
</style>