Shades of Jewel #0A7045
Tints of Jewel #0A7045
RGB
CMYK
RGB Variations
Color information
#0A7045 (or 0x0A7045) is known color: Jewel. HEX triplet: 0A, 70 and 45. RGB value is (10,112,69). Sum of RGB (Red+Green+Blue) = 10+112+69=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7045 is #F58FBA. Grayscale: #4C4C4C. Windows color (decimal): -16093115 or 4550666. OLE color: 4550666.
HSL color Cylindrical-coordinate representation of color #0A7045: hue angle of 154.71º 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 #0A7045 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 69 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.56 |
| HSL | 154.71º | 0.84% | 0.24% | - |
| HSV(B) | 154.71º | 0.91% | 0.44% | - |
| XYZ | 6.99 | 12.08 | 7.59 | - |
| YUV | 76.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 69 | 0.91 | 0 | 0.38 | 0.56 | 154.71 | 0.84 | 0.24 |
| Hex | A | 70 | 45 | 5B | 0 | 26 | 38 | 9B | 54 | 18 |
| Octal | 12 | 160 | 105 | 133 | 0 | 46 | 70 | 233 | 124 | 30 |
| Binary | 1010 | 1110000 | 1000101 | 1011011 | 0 | 100110 | 111000 | 10011011 | 1010100 | 11000 |
Color Harmonies of #0A7045
Complementary color
Monochromatic Colors of #0A7045
Black with #0A7045
Text Example
Text Example
White with #0A7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7045; }
p { color: rgb(10,112,69); }
H1.HeaderClassName
{
color: #0A7045;
}
.AnyTagClassName
{
color: #0A7045;
}
</style>
background-color css
<style>
a { background-color: #0A7045; }
a { background-color: rgb(10,112,69); }
div.DivClassName
{
background-color: #0A7045;
}
.BgClassName
{
background-color: #0A7045;
}
</style>
border-color css
<style>
span { border-color: #0A7045; }
span { border-color: rgb(10,112,69); }
td.TdClassName
{
border-color: #0A7045;
}
.TagClassName
{
border-color: #0A7045;
}
</style>