Shades of Jewel #0A643F
Tints of Jewel #0A643F
RGB
CMYK
RGB Variations
Color information
#0A643F (or 0x0A643F) is known color: Jewel. HEX triplet: 0A, 64 and 3F. RGB value is (10,100,63). Sum of RGB (Red+Green+Blue) = 10+100+63=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #0A643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A643F is #F59BC0. Grayscale: #444444. Windows color (decimal): -16096193 or 4154378. OLE color: 4154378.
HSL color Cylindrical-coordinate representation of color #0A643F: hue angle of 155.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A643F is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 63 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.61 |
| HSL | 155.33º | 0.82% | 0.22% | - |
| HSV(B) | 155.33º | 0.9% | 0.39% | - |
| XYZ | 5.58 | 9.54 | 6.25 | - |
| YUV | 68.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 63 | 0.90 | 0 | 0.37 | 0.61 | 155.33 | 0.82 | 0.22 |
| Hex | A | 64 | 3F | 5A | 0 | 25 | 3D | 9B | 52 | 16 |
| Octal | 12 | 144 | 77 | 132 | 0 | 45 | 75 | 233 | 122 | 26 |
| Binary | 1010 | 1100100 | 111111 | 1011010 | 0 | 100101 | 111101 | 10011011 | 1010010 | 10110 |
Color Harmonies of #0A643F
Complementary color
Monochromatic Colors of #0A643F
Black with #0A643F
Text Example
Text Example
White with #0A643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A643F; }
p { color: rgb(10,100,63); }
H1.HeaderClassName
{
color: #0A643F;
}
.AnyTagClassName
{
color: #0A643F;
}
</style>
background-color css
<style>
a { background-color: #0A643F; }
a { background-color: rgb(10,100,63); }
div.DivClassName
{
background-color: #0A643F;
}
.BgClassName
{
background-color: #0A643F;
}
</style>
border-color css
<style>
span { border-color: #0A643F; }
span { border-color: rgb(10,100,63); }
td.TdClassName
{
border-color: #0A643F;
}
.TagClassName
{
border-color: #0A643F;
}
</style>