Shades of Jewel #0C703F
Tints of Jewel #0C703F
RGB
CMYK
RGB Variations
Color information
#0C703F (or 0x0C703F) is known color: Jewel. HEX triplet: 0C, 70 and 3F. RGB value is (12,112,63). Sum of RGB (Red+Green+Blue) = 12+112+63=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #0C703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C703F is #F38FC0. Grayscale: #4C4C4C. Windows color (decimal): -15962049 or 4157452. OLE color: 4157452.
HSL color Cylindrical-coordinate representation of color #0C703F: hue angle of 150.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C703F is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 63 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.56 |
| HSL | 150.6º | 0.81% | 0.24% | - |
| HSV(B) | 150.6º | 0.89% | 0.44% | - |
| XYZ | 6.84 | 12.03 | 6.66 | - |
| YUV | 76.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 63 | 0.89 | 0 | 0.44 | 0.56 | 150.6 | 0.81 | 0.24 |
| Hex | C | 70 | 3F | 59 | 0 | 2C | 38 | 97 | 51 | 18 |
| Octal | 14 | 160 | 77 | 131 | 0 | 54 | 70 | 227 | 121 | 30 |
| Binary | 1100 | 1110000 | 111111 | 1011001 | 0 | 101100 | 111000 | 10010111 | 1010001 | 11000 |
Color Harmonies of #0C703F
Complementary color
Monochromatic Colors of #0C703F
Black with #0C703F
Text Example
Text Example
White with #0C703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C703F; }
p { color: rgb(12,112,63); }
H1.HeaderClassName
{
color: #0C703F;
}
.AnyTagClassName
{
color: #0C703F;
}
</style>
background-color css
<style>
a { background-color: #0C703F; }
a { background-color: rgb(12,112,63); }
div.DivClassName
{
background-color: #0C703F;
}
.BgClassName
{
background-color: #0C703F;
}
</style>
border-color css
<style>
span { border-color: #0C703F; }
span { border-color: rgb(12,112,63); }
td.TdClassName
{
border-color: #0C703F;
}
.TagClassName
{
border-color: #0C703F;
}
</style>