Shades of Jewel #01753B
Tints of Jewel #01753B
RGB
CMYK
RGB Variations
Color information
#01753B (or 0x01753B) is known color: Jewel. HEX triplet: 01, 75 and 3B. RGB value is (1,117,59). Sum of RGB (Red+Green+Blue) = 1+117+59=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #01753B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01753B is #FE8AC4. Grayscale: #4B4B4B. Windows color (decimal): -16681669 or 3896577. OLE color: 3896577.
HSL color Cylindrical-coordinate representation of color #01753B: hue angle of 150º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01753B is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 59 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.54 |
| HSL | 150º | 0.98% | 0.23% | - |
| HSV(B) | 150º | 0.99% | 0.46% | - |
| XYZ | 7.16 | 13.04 | 6.28 | - |
| YUV | 75.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 59 | 0.99 | 0 | 0.50 | 0.54 | 150 | 0.98 | 0.23 |
| Hex | 1 | 75 | 3B | 63 | 0 | 32 | 36 | 96 | 62 | 17 |
| Octal | 1 | 165 | 73 | 143 | 0 | 62 | 66 | 226 | 142 | 27 |
| Binary | 1 | 1110101 | 111011 | 1100011 | 0 | 110010 | 110110 | 10010110 | 1100010 | 10111 |
Color Harmonies of #01753B
Complementary color
Monochromatic Colors of #01753B
Black with #01753B
Text Example
Text Example
White with #01753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01753B; }
p { color: rgb(1,117,59); }
H1.HeaderClassName
{
color: #01753B;
}
.AnyTagClassName
{
color: #01753B;
}
</style>
background-color css
<style>
a { background-color: #01753B; }
a { background-color: rgb(1,117,59); }
div.DivClassName
{
background-color: #01753B;
}
.BgClassName
{
background-color: #01753B;
}
</style>
border-color css
<style>
span { border-color: #01753B; }
span { border-color: rgb(1,117,59); }
td.TdClassName
{
border-color: #01753B;
}
.TagClassName
{
border-color: #01753B;
}
</style>