Shades of Jewel #0C6340
Tints of Jewel #0C6340
RGB
CMYK
RGB Variations
Color information
#0C6340 (or 0x0C6340) is known color: Jewel. HEX triplet: 0C, 63 and 40. RGB value is (12,99,64). Sum of RGB (Red+Green+Blue) = 12+99+64=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6340 is #F39CBF. Grayscale: #454545. Windows color (decimal): -15965376 or 4219660. OLE color: 4219660.
HSL color Cylindrical-coordinate representation of color #0C6340: hue angle of 155.86º 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 #0C6340 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 99 | 64 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.61 |
| HSL | 155.86º | 0.78% | 0.22% | - |
| HSV(B) | 155.86º | 0.88% | 0.39% | - |
| XYZ | 5.54 | 9.37 | 6.37 | - |
| YUV | 69 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 64 | 0.88 | 0 | 0.35 | 0.61 | 155.86 | 0.78 | 0.22 |
| Hex | C | 63 | 40 | 58 | 0 | 23 | 3D | 9C | 4E | 16 |
| Octal | 14 | 143 | 100 | 130 | 0 | 43 | 75 | 234 | 116 | 26 |
| Binary | 1100 | 1100011 | 1000000 | 1011000 | 0 | 100011 | 111101 | 10011100 | 1001110 | 10110 |
Color Harmonies of #0C6340
Complementary color
Monochromatic Colors of #0C6340
Black with #0C6340
Text Example
Text Example
White with #0C6340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6340; }
p { color: rgb(12,99,64); }
H1.HeaderClassName
{
color: #0C6340;
}
.AnyTagClassName
{
color: #0C6340;
}
</style>
background-color css
<style>
a { background-color: #0C6340; }
a { background-color: rgb(12,99,64); }
div.DivClassName
{
background-color: #0C6340;
}
.BgClassName
{
background-color: #0C6340;
}
</style>
border-color css
<style>
span { border-color: #0C6340; }
span { border-color: rgb(12,99,64); }
td.TdClassName
{
border-color: #0C6340;
}
.TagClassName
{
border-color: #0C6340;
}
</style>