Shades of Jewel #0A653E
Tints of Jewel #0A653E
RGB
CMYK
RGB Variations
Color information
#0A653E (or 0x0A653E) is known color: Jewel. HEX triplet: 0A, 65 and 3E. RGB value is (10,101,62). Sum of RGB (Red+Green+Blue) = 10+101+62=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #0A653E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A653E is #F59AC1. Grayscale: #454545. Windows color (decimal): -16095938 or 4089098. OLE color: 4089098.
HSL color Cylindrical-coordinate representation of color #0A653E: hue angle of 154.29º 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 #0A653E is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 62 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.60 |
| HSL | 154.29º | 0.82% | 0.22% | - |
| HSV(B) | 154.29º | 0.9% | 0.4% | - |
| XYZ | 5.65 | 9.72 | 6.14 | - |
| YUV | 69.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 62 | 0.90 | 0 | 0.39 | 0.60 | 154.29 | 0.82 | 0.22 |
| Hex | A | 65 | 3E | 5A | 0 | 27 | 3C | 9A | 52 | 16 |
| Octal | 12 | 145 | 76 | 132 | 0 | 47 | 74 | 232 | 122 | 26 |
| Binary | 1010 | 1100101 | 111110 | 1011010 | 0 | 100111 | 111100 | 10011010 | 1010010 | 10110 |
Color Harmonies of #0A653E
Complementary color
Monochromatic Colors of #0A653E
Black with #0A653E
Text Example
Text Example
White with #0A653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A653E; }
p { color: rgb(10,101,62); }
H1.HeaderClassName
{
color: #0A653E;
}
.AnyTagClassName
{
color: #0A653E;
}
</style>
background-color css
<style>
a { background-color: #0A653E; }
a { background-color: rgb(10,101,62); }
div.DivClassName
{
background-color: #0A653E;
}
.BgClassName
{
background-color: #0A653E;
}
</style>
border-color css
<style>
span { border-color: #0A653E; }
span { border-color: rgb(10,101,62); }
td.TdClassName
{
border-color: #0A653E;
}
.TagClassName
{
border-color: #0A653E;
}
</style>