Shades of Jewel #01663D
Tints of Jewel #01663D
RGB
CMYK
RGB Variations
Color information
#01663D (or 0x01663D) is known color: Jewel. HEX triplet: 01, 66 and 3D. RGB value is (1,102,61). Sum of RGB (Red+Green+Blue) = 1+102+61=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #01663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663D is #FE99C2. Grayscale: #434343. Windows color (decimal): -16685507 or 4023809. OLE color: 4023809.
HSL color Cylindrical-coordinate representation of color #01663D: hue angle of 155.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01663D is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 61 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.6 |
| HSL | 155.64º | 0.98% | 0.2% | - |
| HSV(B) | 155.64º | 0.99% | 0.4% | - |
| XYZ | 5.61 | 9.85 | 6.02 | - |
| YUV | 67.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 61 | 0.99 | 0 | 0.40 | 0.6 | 155.64 | 0.98 | 0.2 |
| Hex | 1 | 66 | 3D | 63 | 0 | 28 | 3C | 9C | 62 | 14 |
| Octal | 1 | 146 | 75 | 143 | 0 | 50 | 74 | 234 | 142 | 24 |
| Binary | 1 | 1100110 | 111101 | 1100011 | 0 | 101000 | 111100 | 10011100 | 1100010 | 10100 |
Color Harmonies of #01663D
Complementary color
Monochromatic Colors of #01663D
Black with #01663D
Text Example
Text Example
White with #01663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01663D; }
p { color: rgb(1,102,61); }
H1.HeaderClassName
{
color: #01663D;
}
.AnyTagClassName
{
color: #01663D;
}
</style>
background-color css
<style>
a { background-color: #01663D; }
a { background-color: rgb(1,102,61); }
div.DivClassName
{
background-color: #01663D;
}
.BgClassName
{
background-color: #01663D;
}
</style>
border-color css
<style>
span { border-color: #01663D; }
span { border-color: rgb(1,102,61); }
td.TdClassName
{
border-color: #01663D;
}
.TagClassName
{
border-color: #01663D;
}
</style>