Shades of Crusoe #01691D
Tints of Crusoe #01691D
RGB
CMYK
RGB Variations
Color information
#01691D (or 0x01691D) is known color: Crusoe. HEX triplet: 01, 69 and 1D. RGB value is (1,105,29). Sum of RGB (Red+Green+Blue) = 1+105+29=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #01691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01691D is #FE96E2. Grayscale: #414141. Windows color (decimal): -16684771 or 1927425. OLE color: 1927425.
HSL color Cylindrical-coordinate representation of color #01691D: hue angle of 136.15º 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 #01691D is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 29 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.59 |
| HSL | 136.15º | 0.98% | 0.21% | - |
| HSV(B) | 136.15º | 0.99% | 0.41% | - |
| XYZ | 5.29 | 10.2 | 2.85 | - |
| YUV | 65.24 | 107.54 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 29 | 0.99 | 0 | 0.72 | 0.59 | 136.15 | 0.98 | 0.21 |
| Hex | 1 | 69 | 1D | 63 | 0 | 48 | 3B | 88 | 62 | 15 |
| Octal | 1 | 151 | 35 | 143 | 0 | 110 | 73 | 210 | 142 | 25 |
| Binary | 1 | 1101001 | 11101 | 1100011 | 0 | 1001000 | 111011 | 10001000 | 1100010 | 10101 |
Color Harmonies of #01691D
Complementary color
Monochromatic Colors of #01691D
Black with #01691D
Text Example
Text Example
White with #01691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01691D; }
p { color: rgb(1,105,29); }
H1.HeaderClassName
{
color: #01691D;
}
.AnyTagClassName
{
color: #01691D;
}
</style>
background-color css
<style>
a { background-color: #01691D; }
a { background-color: rgb(1,105,29); }
div.DivClassName
{
background-color: #01691D;
}
.BgClassName
{
background-color: #01691D;
}
</style>
border-color css
<style>
span { border-color: #01691D; }
span { border-color: rgb(1,105,29); }
td.TdClassName
{
border-color: #01691D;
}
.TagClassName
{
border-color: #01691D;
}
</style>