Shades of Crusoe #106127
Tints of Crusoe #106127
RGB
CMYK
RGB Variations
Color information
#106127 (or 0x106127) is known color: Crusoe. HEX triplet: 10, 61 and 27. RGB value is (16,97,39). Sum of RGB (Red+Green+Blue) = 16+97+39=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #106127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106127 is #EF9ED8. Grayscale: #424242. Windows color (decimal): -15703769 or 2580752. OLE color: 2580752.
HSL color Cylindrical-coordinate representation of color #106127: hue angle of 137.04º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106127 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 39 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.62 |
| HSL | 137.04º | 0.72% | 0.22% | - |
| HSV(B) | 137.04º | 0.84% | 0.38% | - |
| XYZ | 4.85 | 8.81 | 3.36 | - |
| YUV | 66.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 39 | 0.84 | 0 | 0.60 | 0.62 | 137.04 | 0.72 | 0.22 |
| Hex | 10 | 61 | 27 | 54 | 0 | 3C | 3E | 89 | 48 | 16 |
| Octal | 20 | 141 | 47 | 124 | 0 | 74 | 76 | 211 | 110 | 26 |
| Binary | 10000 | 1100001 | 100111 | 1010100 | 0 | 111100 | 111110 | 10001001 | 1001000 | 10110 |
Color Harmonies of #106127
Complementary color
Monochromatic Colors of #106127
Black with #106127
Text Example
Text Example
White with #106127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106127; }
p { color: rgb(16,97,39); }
H1.HeaderClassName
{
color: #106127;
}
.AnyTagClassName
{
color: #106127;
}
</style>
background-color css
<style>
a { background-color: #106127; }
a { background-color: rgb(16,97,39); }
div.DivClassName
{
background-color: #106127;
}
.BgClassName
{
background-color: #106127;
}
</style>
border-color css
<style>
span { border-color: #106127; }
span { border-color: rgb(16,97,39); }
td.TdClassName
{
border-color: #106127;
}
.TagClassName
{
border-color: #106127;
}
</style>