Shades of Jewel #0A7246
Tints of Jewel #0A7246
RGB
CMYK
RGB Variations
Color information
#0A7246 (or 0x0A7246) is known color: Jewel. HEX triplet: 0A, 72 and 46. RGB value is (10,114,70). Sum of RGB (Red+Green+Blue) = 10+114+70=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7246 is #F58DB9. Grayscale: #4D4D4D. Windows color (decimal): -16092602 or 4616714. OLE color: 4616714.
HSL color Cylindrical-coordinate representation of color #0A7246: hue angle of 154.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7246 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 70 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.55 |
| HSL | 154.62º | 0.84% | 0.24% | - |
| HSV(B) | 154.62º | 0.91% | 0.45% | - |
| XYZ | 7.25 | 12.54 | 7.83 | - |
| YUV | 77.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 70 | 0.91 | 0 | 0.39 | 0.55 | 154.62 | 0.84 | 0.24 |
| Hex | A | 72 | 46 | 5B | 0 | 27 | 37 | 9B | 54 | 18 |
| Octal | 12 | 162 | 106 | 133 | 0 | 47 | 67 | 233 | 124 | 30 |
| Binary | 1010 | 1110010 | 1000110 | 1011011 | 0 | 100111 | 110111 | 10011011 | 1010100 | 11000 |
Color Harmonies of #0A7246
Complementary color
Monochromatic Colors of #0A7246
Black with #0A7246
Text Example
Text Example
White with #0A7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7246; }
p { color: rgb(10,114,70); }
H1.HeaderClassName
{
color: #0A7246;
}
.AnyTagClassName
{
color: #0A7246;
}
</style>
background-color css
<style>
a { background-color: #0A7246; }
a { background-color: rgb(10,114,70); }
div.DivClassName
{
background-color: #0A7246;
}
.BgClassName
{
background-color: #0A7246;
}
</style>
border-color css
<style>
span { border-color: #0A7246; }
span { border-color: rgb(10,114,70); }
td.TdClassName
{
border-color: #0A7246;
}
.TagClassName
{
border-color: #0A7246;
}
</style>