Shades of Jewel #0A6C47
Tints of Jewel #0A6C47
RGB
CMYK
RGB Variations
Color information
#0A6C47 (or 0x0A6C47) is known color: Jewel. HEX triplet: 0A, 6C and 47. RGB value is (10,108,71). Sum of RGB (Red+Green+Blue) = 10+108+71=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6C47 is #F593B8. Grayscale: #4A4A4A. Windows color (decimal): -16094137 or 4680714. OLE color: 4680714.
HSL color Cylindrical-coordinate representation of color #0A6C47: hue angle of 157.35º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C47 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 108 | 71 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.58 |
| HSL | 157.35º | 0.83% | 0.23% | - |
| HSV(B) | 157.35º | 0.91% | 0.42% | - |
| XYZ | 6.63 | 11.24 | 7.78 | - |
| YUV | 74.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 71 | 0.91 | 0 | 0.34 | 0.58 | 157.35 | 0.83 | 0.23 |
| Hex | A | 6C | 47 | 5B | 0 | 22 | 3A | 9D | 53 | 17 |
| Octal | 12 | 154 | 107 | 133 | 0 | 42 | 72 | 235 | 123 | 27 |
| Binary | 1010 | 1101100 | 1000111 | 1011011 | 0 | 100010 | 111010 | 10011101 | 1010011 | 10111 |
Color Harmonies of #0A6C47
Complementary color
Monochromatic Colors of #0A6C47
Black with #0A6C47
Text Example
Text Example
White with #0A6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6C47; }
p { color: rgb(10,108,71); }
H1.HeaderClassName
{
color: #0A6C47;
}
.AnyTagClassName
{
color: #0A6C47;
}
</style>
background-color css
<style>
a { background-color: #0A6C47; }
a { background-color: rgb(10,108,71); }
div.DivClassName
{
background-color: #0A6C47;
}
.BgClassName
{
background-color: #0A6C47;
}
</style>
border-color css
<style>
span { border-color: #0A6C47; }
span { border-color: rgb(10,108,71); }
td.TdClassName
{
border-color: #0A6C47;
}
.TagClassName
{
border-color: #0A6C47;
}
</style>