Shades of Jewel #0A683F
Tints of Jewel #0A683F
RGB
CMYK
RGB Variations
Color information
#0A683F (or 0x0A683F) is known color: Jewel. HEX triplet: 0A, 68 and 3F. RGB value is (10,104,63). Sum of RGB (Red+Green+Blue) = 10+104+63=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #0A683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A683F is #F597C0. Grayscale: #474747. Windows color (decimal): -16095169 or 4155402. OLE color: 4155402.
HSL color Cylindrical-coordinate representation of color #0A683F: hue angle of 153.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A683F is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 63 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.59 |
| HSL | 153.83º | 0.82% | 0.22% | - |
| HSV(B) | 153.83º | 0.9% | 0.41% | - |
| XYZ | 5.97 | 10.32 | 6.38 | - |
| YUV | 71.22 | 123.36 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 63 | 0.90 | 0 | 0.39 | 0.59 | 153.83 | 0.82 | 0.22 |
| Hex | A | 68 | 3F | 5A | 0 | 27 | 3B | 9A | 52 | 16 |
| Octal | 12 | 150 | 77 | 132 | 0 | 47 | 73 | 232 | 122 | 26 |
| Binary | 1010 | 1101000 | 111111 | 1011010 | 0 | 100111 | 111011 | 10011010 | 1010010 | 10110 |
Color Harmonies of #0A683F
Complementary color
Monochromatic Colors of #0A683F
Black with #0A683F
Text Example
Text Example
White with #0A683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A683F; }
p { color: rgb(10,104,63); }
H1.HeaderClassName
{
color: #0A683F;
}
.AnyTagClassName
{
color: #0A683F;
}
</style>
background-color css
<style>
a { background-color: #0A683F; }
a { background-color: rgb(10,104,63); }
div.DivClassName
{
background-color: #0A683F;
}
.BgClassName
{
background-color: #0A683F;
}
</style>
border-color css
<style>
span { border-color: #0A683F; }
span { border-color: rgb(10,104,63); }
td.TdClassName
{
border-color: #0A683F;
}
.TagClassName
{
border-color: #0A683F;
}
</style>