Shades of Crusoe #01661A
Tints of Crusoe #01661A
RGB
CMYK
RGB Variations
Color information
#01661A (or 0x01661A) is known color: Crusoe. HEX triplet: 01, 66 and 1A. RGB value is (1,102,26). Sum of RGB (Red+Green+Blue) = 1+102+26=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #01661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01661A is #FE99E5. Grayscale: #3F3F3F. Windows color (decimal): -16685542 or 1730049. OLE color: 1730049.
HSL color Cylindrical-coordinate representation of color #01661A: hue angle of 134.85º 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 #01661A is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 26 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.6 |
| HSL | 134.85º | 0.98% | 0.2% | - |
| HSV(B) | 134.85º | 0.99% | 0.4% | - |
| XYZ | 4.95 | 9.58 | 2.57 | - |
| YUV | 63.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 26 | 0.99 | 0 | 0.75 | 0.6 | 134.85 | 0.98 | 0.2 |
| Hex | 1 | 66 | 1A | 63 | 0 | 4B | 3C | 87 | 62 | 14 |
| Octal | 1 | 146 | 32 | 143 | 0 | 113 | 74 | 207 | 142 | 24 |
| Binary | 1 | 1100110 | 11010 | 1100011 | 0 | 1001011 | 111100 | 10000111 | 1100010 | 10100 |
Color Harmonies of #01661A
Complementary color
Monochromatic Colors of #01661A
Black with #01661A
Text Example
Text Example
White with #01661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01661A; }
p { color: rgb(1,102,26); }
H1.HeaderClassName
{
color: #01661A;
}
.AnyTagClassName
{
color: #01661A;
}
</style>
background-color css
<style>
a { background-color: #01661A; }
a { background-color: rgb(1,102,26); }
div.DivClassName
{
background-color: #01661A;
}
.BgClassName
{
background-color: #01661A;
}
</style>
border-color css
<style>
span { border-color: #01661A; }
span { border-color: rgb(1,102,26); }
td.TdClassName
{
border-color: #01661A;
}
.TagClassName
{
border-color: #01661A;
}
</style>