Shades of Jewel #01663C
Tints of Jewel #01663C
RGB
CMYK
RGB Variations
Color information
#01663C (or 0x01663C) is known color: Jewel. HEX triplet: 01, 66 and 3C. RGB value is (1,102,60). Sum of RGB (Red+Green+Blue) = 1+102+60=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #01663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663C is #FE99C3. Grayscale: #434343. Windows color (decimal): -16685508 or 3958273. OLE color: 3958273.
HSL color Cylindrical-coordinate representation of color #01663C: hue angle of 155.05º 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 #01663C is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 60 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.6 |
| HSL | 155.05º | 0.98% | 0.2% | - |
| HSV(B) | 155.05º | 0.99% | 0.4% | - |
| XYZ | 5.58 | 9.84 | 5.88 | - |
| YUV | 67.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 60 | 0.99 | 0 | 0.41 | 0.6 | 155.05 | 0.98 | 0.2 |
| Hex | 1 | 66 | 3C | 63 | 0 | 29 | 3C | 9B | 62 | 14 |
| Octal | 1 | 146 | 74 | 143 | 0 | 51 | 74 | 233 | 142 | 24 |
| Binary | 1 | 1100110 | 111100 | 1100011 | 0 | 101001 | 111100 | 10011011 | 1100010 | 10100 |
Color Harmonies of #01663C
Complementary color
Monochromatic Colors of #01663C
Black with #01663C
Text Example
Text Example
White with #01663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01663C; }
p { color: rgb(1,102,60); }
H1.HeaderClassName
{
color: #01663C;
}
.AnyTagClassName
{
color: #01663C;
}
</style>
background-color css
<style>
a { background-color: #01663C; }
a { background-color: rgb(1,102,60); }
div.DivClassName
{
background-color: #01663C;
}
.BgClassName
{
background-color: #01663C;
}
</style>
border-color css
<style>
span { border-color: #01663C; }
span { border-color: rgb(1,102,60); }
td.TdClassName
{
border-color: #01663C;
}
.TagClassName
{
border-color: #01663C;
}
</style>