Shades of Jewel #0A6740
Tints of Jewel #0A6740
RGB
CMYK
RGB Variations
Color information
#0A6740 (or 0x0A6740) is known color: Jewel. HEX triplet: 0A, 67 and 40. RGB value is (10,103,64). Sum of RGB (Red+Green+Blue) = 10+103+64=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6740 is #F598BF. Grayscale: #464646. Windows color (decimal): -16095424 or 4220682. OLE color: 4220682.
HSL color Cylindrical-coordinate representation of color #0A6740: hue angle of 154.84º 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 #0A6740 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 103 | 64 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.60 |
| HSL | 154.84º | 0.82% | 0.22% | - |
| HSV(B) | 154.84º | 0.9% | 0.4% | - |
| XYZ | 5.9 | 10.14 | 6.5 | - |
| YUV | 70.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 64 | 0.90 | 0 | 0.38 | 0.60 | 154.84 | 0.82 | 0.22 |
| Hex | A | 67 | 40 | 5A | 0 | 26 | 3C | 9B | 52 | 16 |
| Octal | 12 | 147 | 100 | 132 | 0 | 46 | 74 | 233 | 122 | 26 |
| Binary | 1010 | 1100111 | 1000000 | 1011010 | 0 | 100110 | 111100 | 10011011 | 1010010 | 10110 |
Color Harmonies of #0A6740
Complementary color
Monochromatic Colors of #0A6740
Black with #0A6740
Text Example
Text Example
White with #0A6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6740; }
p { color: rgb(10,103,64); }
H1.HeaderClassName
{
color: #0A6740;
}
.AnyTagClassName
{
color: #0A6740;
}
</style>
background-color css
<style>
a { background-color: #0A6740; }
a { background-color: rgb(10,103,64); }
div.DivClassName
{
background-color: #0A6740;
}
.BgClassName
{
background-color: #0A6740;
}
</style>
border-color css
<style>
span { border-color: #0A6740; }
span { border-color: rgb(10,103,64); }
td.TdClassName
{
border-color: #0A6740;
}
.TagClassName
{
border-color: #0A6740;
}
</style>