Shades of Jewel #0A6548
Tints of Jewel #0A6548
RGB
CMYK
RGB Variations
Color information
#0A6548 (or 0x0A6548) is known color: Jewel. HEX triplet: 0A, 65 and 48. RGB value is (10,101,72). Sum of RGB (Red+Green+Blue) = 10+101+72=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #0A6548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6548 is #F59AB7. Grayscale: #464646. Windows color (decimal): -16095928 or 4744458. OLE color: 4744458.
HSL color Cylindrical-coordinate representation of color #0A6548: hue angle of 160.88º 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 #0A6548 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 72 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.60 |
| HSL | 160.88º | 0.82% | 0.22% | - |
| HSV(B) | 160.88º | 0.9% | 0.4% | - |
| XYZ | 5.95 | 9.84 | 7.72 | - |
| YUV | 70.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 72 | 0.90 | 0 | 0.29 | 0.60 | 160.88 | 0.82 | 0.22 |
| Hex | A | 65 | 48 | 5A | 0 | 1D | 3C | A1 | 52 | 16 |
| Octal | 12 | 145 | 110 | 132 | 0 | 35 | 74 | 241 | 122 | 26 |
| Binary | 1010 | 1100101 | 1001000 | 1011010 | 0 | 11101 | 111100 | 10100001 | 1010010 | 10110 |
Color Harmonies of #0A6548
Complementary color
Monochromatic Colors of #0A6548
Black with #0A6548
Text Example
Text Example
White with #0A6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6548; }
p { color: rgb(10,101,72); }
H1.HeaderClassName
{
color: #0A6548;
}
.AnyTagClassName
{
color: #0A6548;
}
</style>
background-color css
<style>
a { background-color: #0A6548; }
a { background-color: rgb(10,101,72); }
div.DivClassName
{
background-color: #0A6548;
}
.BgClassName
{
background-color: #0A6548;
}
</style>
border-color css
<style>
span { border-color: #0A6548; }
span { border-color: rgb(10,101,72); }
td.TdClassName
{
border-color: #0A6548;
}
.TagClassName
{
border-color: #0A6548;
}
</style>