Shades of Jewel #0C5A47
Tints of Jewel #0C5A47
RGB
CMYK
RGB Variations
Color information
#0C5A47 (or 0x0C5A47) is known color: Jewel. HEX triplet: 0C, 5A and 47. RGB value is (12,90,71). Sum of RGB (Red+Green+Blue) = 12+90+71=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5A47 is #F3A5B8. Grayscale: #404040. Windows color (decimal): -15967673 or 4676108. OLE color: 4676108.
HSL color Cylindrical-coordinate representation of color #0C5A47: hue angle of 165.38º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5A47 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 90 | 71 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.65 |
| HSL | 165.38º | 0.76% | 0.2% | - |
| HSV(B) | 165.38º | 0.87% | 0.35% | - |
| XYZ | 4.95 | 7.85 | 7.21 | - |
| YUV | 64.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 71 | 0.87 | 0 | 0.21 | 0.65 | 165.38 | 0.76 | 0.2 |
| Hex | C | 5A | 47 | 57 | 0 | 15 | 41 | A5 | 4C | 14 |
| Octal | 14 | 132 | 107 | 127 | 0 | 25 | 101 | 245 | 114 | 24 |
| Binary | 1100 | 1011010 | 1000111 | 1010111 | 0 | 10101 | 1000001 | 10100101 | 1001100 | 10100 |
Color Harmonies of #0C5A47
Complementary color
Monochromatic Colors of #0C5A47
Black with #0C5A47
Text Example
Text Example
White with #0C5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5A47; }
p { color: rgb(12,90,71); }
H1.HeaderClassName
{
color: #0C5A47;
}
.AnyTagClassName
{
color: #0C5A47;
}
</style>
background-color css
<style>
a { background-color: #0C5A47; }
a { background-color: rgb(12,90,71); }
div.DivClassName
{
background-color: #0C5A47;
}
.BgClassName
{
background-color: #0C5A47;
}
</style>
border-color css
<style>
span { border-color: #0C5A47; }
span { border-color: rgb(12,90,71); }
td.TdClassName
{
border-color: #0C5A47;
}
.TagClassName
{
border-color: #0C5A47;
}
</style>