Shades of Jewel #0C6643
Tints of Jewel #0C6643
RGB
CMYK
RGB Variations
Color information
#0C6643 (or 0x0C6643) is known color: Jewel. HEX triplet: 0C, 66 and 43. RGB value is (12,102,67). Sum of RGB (Red+Green+Blue) = 12+102+67=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6643 is #F399BC. Grayscale: #474747. Windows color (decimal): -15964605 or 4417036. OLE color: 4417036.
HSL color Cylindrical-coordinate representation of color #0C6643: hue angle of 156.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6643 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 67 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.6 |
| HSL | 156.67º | 0.79% | 0.22% | - |
| HSV(B) | 156.67º | 0.88% | 0.4% | - |
| XYZ | 5.92 | 9.99 | 6.93 | - |
| YUV | 71.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 67 | 0.88 | 0 | 0.34 | 0.6 | 156.67 | 0.79 | 0.22 |
| Hex | C | 66 | 43 | 58 | 0 | 22 | 3C | 9D | 4F | 16 |
| Octal | 14 | 146 | 103 | 130 | 0 | 42 | 74 | 235 | 117 | 26 |
| Binary | 1100 | 1100110 | 1000011 | 1011000 | 0 | 100010 | 111100 | 10011101 | 1001111 | 10110 |
Color Harmonies of #0C6643
Complementary color
Monochromatic Colors of #0C6643
Black with #0C6643
Text Example
Text Example
White with #0C6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6643; }
p { color: rgb(12,102,67); }
H1.HeaderClassName
{
color: #0C6643;
}
.AnyTagClassName
{
color: #0C6643;
}
</style>
background-color css
<style>
a { background-color: #0C6643; }
a { background-color: rgb(12,102,67); }
div.DivClassName
{
background-color: #0C6643;
}
.BgClassName
{
background-color: #0C6643;
}
</style>
border-color css
<style>
span { border-color: #0C6643; }
span { border-color: rgb(12,102,67); }
td.TdClassName
{
border-color: #0C6643;
}
.TagClassName
{
border-color: #0C6643;
}
</style>