Shades of Jewel #0A703C
Tints of Jewel #0A703C
RGB
CMYK
RGB Variations
Color information
#0A703C (or 0x0A703C) is known color: Jewel. HEX triplet: 0A, 70 and 3C. RGB value is (10,112,60). Sum of RGB (Red+Green+Blue) = 10+112+60=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #0A703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A703C is #F58FC3. Grayscale: #4B4B4B. Windows color (decimal): -16093124 or 3960842. OLE color: 3960842.
HSL color Cylindrical-coordinate representation of color #0A703C: hue angle of 149.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A703C is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 60 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.56 |
| HSL | 149.41º | 0.84% | 0.24% | - |
| HSV(B) | 149.41º | 0.91% | 0.44% | - |
| XYZ | 6.73 | 11.98 | 6.23 | - |
| YUV | 75.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 60 | 0.91 | 0 | 0.46 | 0.56 | 149.41 | 0.84 | 0.24 |
| Hex | A | 70 | 3C | 5B | 0 | 2E | 38 | 95 | 54 | 18 |
| Octal | 12 | 160 | 74 | 133 | 0 | 56 | 70 | 225 | 124 | 30 |
| Binary | 1010 | 1110000 | 111100 | 1011011 | 0 | 101110 | 111000 | 10010101 | 1010100 | 11000 |
Color Harmonies of #0A703C
Complementary color
Monochromatic Colors of #0A703C
Black with #0A703C
Text Example
Text Example
White with #0A703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A703C; }
p { color: rgb(10,112,60); }
H1.HeaderClassName
{
color: #0A703C;
}
.AnyTagClassName
{
color: #0A703C;
}
</style>
background-color css
<style>
a { background-color: #0A703C; }
a { background-color: rgb(10,112,60); }
div.DivClassName
{
background-color: #0A703C;
}
.BgClassName
{
background-color: #0A703C;
}
</style>
border-color css
<style>
span { border-color: #0A703C; }
span { border-color: rgb(10,112,60); }
td.TdClassName
{
border-color: #0A703C;
}
.TagClassName
{
border-color: #0A703C;
}
</style>