Shades of Crusoe #01681B
Tints of Crusoe #01681B
RGB
CMYK
RGB Variations
Color information
#01681B (or 0x01681B) is known color: Crusoe. HEX triplet: 01, 68 and 1B. RGB value is (1,104,27). Sum of RGB (Red+Green+Blue) = 1+104+27=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #01681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01681B is #FE97E4. Grayscale: #404040. Windows color (decimal): -16685029 or 1796097. OLE color: 1796097.
HSL color Cylindrical-coordinate representation of color #01681B: hue angle of 135.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 #01681B is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 27 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.59 |
| HSL | 135.15º | 0.98% | 0.21% | - |
| HSV(B) | 135.15º | 0.99% | 0.41% | - |
| XYZ | 5.16 | 9.99 | 2.69 | - |
| YUV | 64.43 | 106.88 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 27 | 0.99 | 0 | 0.74 | 0.59 | 135.15 | 0.98 | 0.21 |
| Hex | 1 | 68 | 1B | 63 | 0 | 4A | 3B | 87 | 62 | 15 |
| Octal | 1 | 150 | 33 | 143 | 0 | 112 | 73 | 207 | 142 | 25 |
| Binary | 1 | 1101000 | 11011 | 1100011 | 0 | 1001010 | 111011 | 10000111 | 1100010 | 10101 |
Color Harmonies of #01681B
Complementary color
Monochromatic Colors of #01681B
Black with #01681B
Text Example
Text Example
White with #01681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01681B; }
p { color: rgb(1,104,27); }
H1.HeaderClassName
{
color: #01681B;
}
.AnyTagClassName
{
color: #01681B;
}
</style>
background-color css
<style>
a { background-color: #01681B; }
a { background-color: rgb(1,104,27); }
div.DivClassName
{
background-color: #01681B;
}
.BgClassName
{
background-color: #01681B;
}
</style>
border-color css
<style>
span { border-color: #01681B; }
span { border-color: rgb(1,104,27); }
td.TdClassName
{
border-color: #01681B;
}
.TagClassName
{
border-color: #01681B;
}
</style>