Shades of Crusoe #01681A
Tints of Crusoe #01681A
RGB
CMYK
RGB Variations
Color information
#01681A (or 0x01681A) is known color: Crusoe. HEX triplet: 01, 68 and 1A. RGB value is (1,104,26). Sum of RGB (Red+Green+Blue) = 1+104+26=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #01681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01681A is #FE97E5. Grayscale: #404040. Windows color (decimal): -16685030 or 1730561. OLE color: 1730561.
HSL color Cylindrical-coordinate representation of color #01681A: hue angle of 134.56º 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 #01681A is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 26 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.59 |
| HSL | 134.56º | 0.98% | 0.21% | - |
| HSV(B) | 134.56º | 0.99% | 0.41% | - |
| XYZ | 5.15 | 9.98 | 2.63 | - |
| YUV | 64.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 26 | 0.99 | 0 | 0.75 | 0.59 | 134.56 | 0.98 | 0.21 |
| Hex | 1 | 68 | 1A | 63 | 0 | 4B | 3B | 87 | 62 | 15 |
| Octal | 1 | 150 | 32 | 143 | 0 | 113 | 73 | 207 | 142 | 25 |
| Binary | 1 | 1101000 | 11010 | 1100011 | 0 | 1001011 | 111011 | 10000111 | 1100010 | 10101 |
Color Harmonies of #01681A
Complementary color
Monochromatic Colors of #01681A
Black with #01681A
Text Example
Text Example
White with #01681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01681A; }
p { color: rgb(1,104,26); }
H1.HeaderClassName
{
color: #01681A;
}
.AnyTagClassName
{
color: #01681A;
}
</style>
background-color css
<style>
a { background-color: #01681A; }
a { background-color: rgb(1,104,26); }
div.DivClassName
{
background-color: #01681A;
}
.BgClassName
{
background-color: #01681A;
}
</style>
border-color css
<style>
span { border-color: #01681A; }
span { border-color: rgb(1,104,26); }
td.TdClassName
{
border-color: #01681A;
}
.TagClassName
{
border-color: #01681A;
}
</style>