Shades of Jewel #0C6A43
Tints of Jewel #0C6A43
RGB
CMYK
RGB Variations
Color information
#0C6A43 (or 0x0C6A43) is known color: Jewel. HEX triplet: 0C, 6A and 43. RGB value is (12,106,67). Sum of RGB (Red+Green+Blue) = 12+106+67=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A43 is #F395BC. Grayscale: #494949. Windows color (decimal): -15963581 or 4418060. OLE color: 4418060.
HSL color Cylindrical-coordinate representation of color #0C6A43: hue angle of 155.11º 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 #0C6A43 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 106 | 67 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.58 |
| HSL | 155.11º | 0.8% | 0.23% | - |
| HSV(B) | 155.11º | 0.89% | 0.42% | - |
| XYZ | 6.32 | 10.79 | 7.06 | - |
| YUV | 73.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 67 | 0.89 | 0 | 0.37 | 0.58 | 155.11 | 0.8 | 0.23 |
| Hex | C | 6A | 43 | 59 | 0 | 25 | 3A | 9B | 50 | 17 |
| Octal | 14 | 152 | 103 | 131 | 0 | 45 | 72 | 233 | 120 | 27 |
| Binary | 1100 | 1101010 | 1000011 | 1011001 | 0 | 100101 | 111010 | 10011011 | 1010000 | 10111 |
Color Harmonies of #0C6A43
Complementary color
Monochromatic Colors of #0C6A43
Black with #0C6A43
Text Example
Text Example
White with #0C6A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A43; }
p { color: rgb(12,106,67); }
H1.HeaderClassName
{
color: #0C6A43;
}
.AnyTagClassName
{
color: #0C6A43;
}
</style>
background-color css
<style>
a { background-color: #0C6A43; }
a { background-color: rgb(12,106,67); }
div.DivClassName
{
background-color: #0C6A43;
}
.BgClassName
{
background-color: #0C6A43;
}
</style>
border-color css
<style>
span { border-color: #0C6A43; }
span { border-color: rgb(12,106,67); }
td.TdClassName
{
border-color: #0C6A43;
}
.TagClassName
{
border-color: #0C6A43;
}
</style>