Shades of Jewel #0C6A40
Tints of Jewel #0C6A40
RGB
CMYK
RGB Variations
Color information
#0C6A40 (or 0x0C6A40) is known color: Jewel. HEX triplet: 0C, 6A and 40. RGB value is (12,106,64). Sum of RGB (Red+Green+Blue) = 12+106+64=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A40 is #F395BF. Grayscale: #494949. Windows color (decimal): -15963584 or 4221452. OLE color: 4221452.
HSL color Cylindrical-coordinate representation of color #0C6A40: hue angle of 153.19º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A40 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 106 | 64 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.58 |
| HSL | 153.19º | 0.8% | 0.23% | - |
| HSV(B) | 153.19º | 0.89% | 0.42% | - |
| XYZ | 6.23 | 10.76 | 6.6 | - |
| YUV | 73.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 64 | 0.89 | 0 | 0.40 | 0.58 | 153.19 | 0.8 | 0.23 |
| Hex | C | 6A | 40 | 59 | 0 | 28 | 3A | 99 | 50 | 17 |
| Octal | 14 | 152 | 100 | 131 | 0 | 50 | 72 | 231 | 120 | 27 |
| Binary | 1100 | 1101010 | 1000000 | 1011001 | 0 | 101000 | 111010 | 10011001 | 1010000 | 10111 |
Color Harmonies of #0C6A40
Complementary color
Monochromatic Colors of #0C6A40
Black with #0C6A40
Text Example
Text Example
White with #0C6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A40; }
p { color: rgb(12,106,64); }
H1.HeaderClassName
{
color: #0C6A40;
}
.AnyTagClassName
{
color: #0C6A40;
}
</style>
background-color css
<style>
a { background-color: #0C6A40; }
a { background-color: rgb(12,106,64); }
div.DivClassName
{
background-color: #0C6A40;
}
.BgClassName
{
background-color: #0C6A40;
}
</style>
border-color css
<style>
span { border-color: #0C6A40; }
span { border-color: rgb(12,106,64); }
td.TdClassName
{
border-color: #0C6A40;
}
.TagClassName
{
border-color: #0C6A40;
}
</style>