Shades of Jewel #0C5F46
Tints of Jewel #0C5F46
RGB
CMYK
RGB Variations
Color information
#0C5F46 (or 0x0C5F46) is known color: Jewel. HEX triplet: 0C, 5F and 46. RGB value is (12,95,70). Sum of RGB (Red+Green+Blue) = 12+95+70=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5F46 is #F3A0B9. Grayscale: #434343. Windows color (decimal): -15966394 or 4611852. OLE color: 4611852.
HSL color Cylindrical-coordinate representation of color #0C5F46: hue angle of 161.93º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F46 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 95 | 70 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.63 |
| HSL | 161.93º | 0.78% | 0.21% | - |
| HSV(B) | 161.93º | 0.87% | 0.37% | - |
| XYZ | 5.35 | 8.7 | 7.19 | - |
| YUV | 67.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 95 | 70 | 0.87 | 0 | 0.26 | 0.63 | 161.93 | 0.78 | 0.21 |
| Hex | C | 5F | 46 | 57 | 0 | 1A | 3F | A2 | 4E | 15 |
| Octal | 14 | 137 | 106 | 127 | 0 | 32 | 77 | 242 | 116 | 25 |
| Binary | 1100 | 1011111 | 1000110 | 1010111 | 0 | 11010 | 111111 | 10100010 | 1001110 | 10101 |
Color Harmonies of #0C5F46
Complementary color
Monochromatic Colors of #0C5F46
Black with #0C5F46
Text Example
Text Example
White with #0C5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5F46; }
p { color: rgb(12,95,70); }
H1.HeaderClassName
{
color: #0C5F46;
}
.AnyTagClassName
{
color: #0C5F46;
}
</style>
background-color css
<style>
a { background-color: #0C5F46; }
a { background-color: rgb(12,95,70); }
div.DivClassName
{
background-color: #0C5F46;
}
.BgClassName
{
background-color: #0C5F46;
}
</style>
border-color css
<style>
span { border-color: #0C5F46; }
span { border-color: rgb(12,95,70); }
td.TdClassName
{
border-color: #0C5F46;
}
.TagClassName
{
border-color: #0C5F46;
}
</style>