Shades of Crusoe #01691E
Tints of Crusoe #01691E
RGB
CMYK
RGB Variations
Color information
#01691E (or 0x01691E) is known color: Crusoe. HEX triplet: 01, 69 and 1E. RGB value is (1,105,30). Sum of RGB (Red+Green+Blue) = 1+105+30=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #01691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01691E is #FE96E1. Grayscale: #414141. Windows color (decimal): -16684770 or 1992961. OLE color: 1992961.
HSL color Cylindrical-coordinate representation of color #01691E: hue angle of 136.73º 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 #01691E is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 30 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.59 |
| HSL | 136.73º | 0.98% | 0.21% | - |
| HSV(B) | 136.73º | 0.99% | 0.41% | - |
| XYZ | 5.3 | 10.2 | 2.92 | - |
| YUV | 65.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 30 | 0.99 | 0 | 0.71 | 0.59 | 136.73 | 0.98 | 0.21 |
| Hex | 1 | 69 | 1E | 63 | 0 | 47 | 3B | 89 | 62 | 15 |
| Octal | 1 | 151 | 36 | 143 | 0 | 107 | 73 | 211 | 142 | 25 |
| Binary | 1 | 1101001 | 11110 | 1100011 | 0 | 1000111 | 111011 | 10001001 | 1100010 | 10101 |
Color Harmonies of #01691E
Complementary color
Monochromatic Colors of #01691E
Black with #01691E
Text Example
Text Example
White with #01691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01691E; }
p { color: rgb(1,105,30); }
H1.HeaderClassName
{
color: #01691E;
}
.AnyTagClassName
{
color: #01691E;
}
</style>
background-color css
<style>
a { background-color: #01691E; }
a { background-color: rgb(1,105,30); }
div.DivClassName
{
background-color: #01691E;
}
.BgClassName
{
background-color: #01691E;
}
</style>
border-color css
<style>
span { border-color: #01691E; }
span { border-color: rgb(1,105,30); }
td.TdClassName
{
border-color: #01691E;
}
.TagClassName
{
border-color: #01691E;
}
</style>