Shades of Jewel #0A6343
Tints of Jewel #0A6343
RGB
CMYK
RGB Variations
Color information
#0A6343 (or 0x0A6343) is known color: Jewel. HEX triplet: 0A, 63 and 43. RGB value is (10,99,67). Sum of RGB (Red+Green+Blue) = 10+99+67=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6343 is #F59CBC. Grayscale: #444444. Windows color (decimal): -16096445 or 4416266. OLE color: 4416266.
HSL color Cylindrical-coordinate representation of color #0A6343: hue angle of 158.43º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6343 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 67 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.61 |
| HSL | 158.43º | 0.82% | 0.21% | - |
| HSV(B) | 158.43º | 0.9% | 0.39% | - |
| XYZ | 5.6 | 9.39 | 6.83 | - |
| YUV | 68.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 67 | 0.90 | 0 | 0.32 | 0.61 | 158.43 | 0.82 | 0.21 |
| Hex | A | 63 | 43 | 5A | 0 | 20 | 3D | 9E | 52 | 15 |
| Octal | 12 | 143 | 103 | 132 | 0 | 40 | 75 | 236 | 122 | 25 |
| Binary | 1010 | 1100011 | 1000011 | 1011010 | 0 | 100000 | 111101 | 10011110 | 1010010 | 10101 |
Color Harmonies of #0A6343
Complementary color
Monochromatic Colors of #0A6343
Black with #0A6343
Text Example
Text Example
White with #0A6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6343; }
p { color: rgb(10,99,67); }
H1.HeaderClassName
{
color: #0A6343;
}
.AnyTagClassName
{
color: #0A6343;
}
</style>
background-color css
<style>
a { background-color: #0A6343; }
a { background-color: rgb(10,99,67); }
div.DivClassName
{
background-color: #0A6343;
}
.BgClassName
{
background-color: #0A6343;
}
</style>
border-color css
<style>
span { border-color: #0A6343; }
span { border-color: rgb(10,99,67); }
td.TdClassName
{
border-color: #0A6343;
}
.TagClassName
{
border-color: #0A6343;
}
</style>