Shades of Crusoe #106122
Tints of Crusoe #106122
RGB
CMYK
RGB Variations
Color information
#106122 (or 0x106122) is known color: Crusoe. HEX triplet: 10, 61 and 22. RGB value is (16,97,34). Sum of RGB (Red+Green+Blue) = 16+97+34=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #106122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106122 is #EF9EDD. Grayscale: #414141. Windows color (decimal): -15703774 or 2253072. OLE color: 2253072.
HSL color Cylindrical-coordinate representation of color #106122: hue angle of 133.33º 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 #106122 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 34 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.62 |
| HSL | 133.33º | 0.72% | 0.22% | - |
| HSV(B) | 133.33º | 0.84% | 0.38% | - |
| XYZ | 4.78 | 8.78 | 2.96 | - |
| YUV | 65.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 34 | 0.84 | 0 | 0.65 | 0.62 | 133.33 | 0.72 | 0.22 |
| Hex | 10 | 61 | 22 | 54 | 0 | 41 | 3E | 85 | 48 | 16 |
| Octal | 20 | 141 | 42 | 124 | 0 | 101 | 76 | 205 | 110 | 26 |
| Binary | 10000 | 1100001 | 100010 | 1010100 | 0 | 1000001 | 111110 | 10000101 | 1001000 | 10110 |
Color Harmonies of #106122
Complementary color
Monochromatic Colors of #106122
Black with #106122
Text Example
Text Example
White with #106122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106122; }
p { color: rgb(16,97,34); }
H1.HeaderClassName
{
color: #106122;
}
.AnyTagClassName
{
color: #106122;
}
</style>
background-color css
<style>
a { background-color: #106122; }
a { background-color: rgb(16,97,34); }
div.DivClassName
{
background-color: #106122;
}
.BgClassName
{
background-color: #106122;
}
</style>
border-color css
<style>
span { border-color: #106122; }
span { border-color: rgb(16,97,34); }
td.TdClassName
{
border-color: #106122;
}
.TagClassName
{
border-color: #106122;
}
</style>