Shades of Jewel #01683D
Tints of Jewel #01683D
RGB
CMYK
RGB Variations
Color information
#01683D (or 0x01683D) is known color: Jewel. HEX triplet: 01, 68 and 3D. RGB value is (1,104,61). Sum of RGB (Red+Green+Blue) = 1+104+61=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #01683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01683D is #FE97C2. Grayscale: #444444. Windows color (decimal): -16684995 or 4024321. OLE color: 4024321.
HSL color Cylindrical-coordinate representation of color #01683D: hue angle of 154.95º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01683D is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 61 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.59 |
| HSL | 154.95º | 0.98% | 0.21% | - |
| HSV(B) | 154.95º | 0.99% | 0.41% | - |
| XYZ | 5.81 | 10.24 | 6.09 | - |
| YUV | 68.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 61 | 0.99 | 0 | 0.41 | 0.59 | 154.95 | 0.98 | 0.21 |
| Hex | 1 | 68 | 3D | 63 | 0 | 29 | 3B | 9B | 62 | 15 |
| Octal | 1 | 150 | 75 | 143 | 0 | 51 | 73 | 233 | 142 | 25 |
| Binary | 1 | 1101000 | 111101 | 1100011 | 0 | 101001 | 111011 | 10011011 | 1100010 | 10101 |
Color Harmonies of #01683D
Complementary color
Monochromatic Colors of #01683D
Black with #01683D
Text Example
Text Example
White with #01683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01683D; }
p { color: rgb(1,104,61); }
H1.HeaderClassName
{
color: #01683D;
}
.AnyTagClassName
{
color: #01683D;
}
</style>
background-color css
<style>
a { background-color: #01683D; }
a { background-color: rgb(1,104,61); }
div.DivClassName
{
background-color: #01683D;
}
.BgClassName
{
background-color: #01683D;
}
</style>
border-color css
<style>
span { border-color: #01683D; }
span { border-color: rgb(1,104,61); }
td.TdClassName
{
border-color: #01683D;
}
.TagClassName
{
border-color: #01683D;
}
</style>