Shades of Jewel #01703B
Tints of Jewel #01703B
RGB
CMYK
RGB Variations
Color information
#01703B (or 0x01703B) is known color: Jewel. HEX triplet: 01, 70 and 3B. RGB value is (1,112,59). Sum of RGB (Red+Green+Blue) = 1+112+59=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #01703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01703B is #FE8FC4. Grayscale: #484848. Windows color (decimal): -16682949 or 3895297. OLE color: 3895297.
HSL color Cylindrical-coordinate representation of color #01703B: hue angle of 151.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01703B is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 59 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.56 |
| HSL | 151.35º | 0.98% | 0.22% | - |
| HSV(B) | 151.35º | 0.99% | 0.44% | - |
| XYZ | 6.6 | 11.91 | 6.09 | - |
| YUV | 72.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 59 | 0.99 | 0 | 0.47 | 0.56 | 151.35 | 0.98 | 0.22 |
| Hex | 1 | 70 | 3B | 63 | 0 | 2F | 38 | 97 | 62 | 16 |
| Octal | 1 | 160 | 73 | 143 | 0 | 57 | 70 | 227 | 142 | 26 |
| Binary | 1 | 1110000 | 111011 | 1100011 | 0 | 101111 | 111000 | 10010111 | 1100010 | 10110 |
Color Harmonies of #01703B
Complementary color
Monochromatic Colors of #01703B
Black with #01703B
Text Example
Text Example
White with #01703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01703B; }
p { color: rgb(1,112,59); }
H1.HeaderClassName
{
color: #01703B;
}
.AnyTagClassName
{
color: #01703B;
}
</style>
background-color css
<style>
a { background-color: #01703B; }
a { background-color: rgb(1,112,59); }
div.DivClassName
{
background-color: #01703B;
}
.BgClassName
{
background-color: #01703B;
}
</style>
border-color css
<style>
span { border-color: #01703B; }
span { border-color: rgb(1,112,59); }
td.TdClassName
{
border-color: #01703B;
}
.TagClassName
{
border-color: #01703B;
}
</style>