Shades of Jewel #0A6745
Tints of Jewel #0A6745
RGB
CMYK
RGB Variations
Color information
#0A6745 (or 0x0A6745) is known color: Jewel. HEX triplet: 0A, 67 and 45. RGB value is (10,103,69). Sum of RGB (Red+Green+Blue) = 10+103+69=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6745 is #F598BA. Grayscale: #474747. Windows color (decimal): -16095419 or 4548362. OLE color: 4548362.
HSL color Cylindrical-coordinate representation of color #0A6745: hue angle of 158.06º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6745 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 103 | 69 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.60 |
| HSL | 158.06º | 0.82% | 0.22% | - |
| HSV(B) | 158.06º | 0.9% | 0.4% | - |
| XYZ | 6.05 | 10.19 | 7.28 | - |
| YUV | 71.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 69 | 0.90 | 0 | 0.33 | 0.60 | 158.06 | 0.82 | 0.22 |
| Hex | A | 67 | 45 | 5A | 0 | 21 | 3C | 9E | 52 | 16 |
| Octal | 12 | 147 | 105 | 132 | 0 | 41 | 74 | 236 | 122 | 26 |
| Binary | 1010 | 1100111 | 1000101 | 1011010 | 0 | 100001 | 111100 | 10011110 | 1010010 | 10110 |
Color Harmonies of #0A6745
Complementary color
Monochromatic Colors of #0A6745
Black with #0A6745
Text Example
Text Example
White with #0A6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6745; }
p { color: rgb(10,103,69); }
H1.HeaderClassName
{
color: #0A6745;
}
.AnyTagClassName
{
color: #0A6745;
}
</style>
background-color css
<style>
a { background-color: #0A6745; }
a { background-color: rgb(10,103,69); }
div.DivClassName
{
background-color: #0A6745;
}
.BgClassName
{
background-color: #0A6745;
}
</style>
border-color css
<style>
span { border-color: #0A6745; }
span { border-color: rgb(10,103,69); }
td.TdClassName
{
border-color: #0A6745;
}
.TagClassName
{
border-color: #0A6745;
}
</style>