Shades of Crusoe #106B2C
Tints of Crusoe #106B2C
RGB
CMYK
RGB Variations
Color information
#106B2C (or 0x106B2C) is known color: Crusoe. HEX triplet: 10, 6B and 2C. RGB value is (16,107,44). Sum of RGB (Red+Green+Blue) = 16+107+44=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #106B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B2C is #EF94D3. Grayscale: #484848. Windows color (decimal): -15701204 or 2910992. OLE color: 2910992.
HSL color Cylindrical-coordinate representation of color #106B2C: hue angle of 138.46º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B2C is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 107 | 44 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.58 |
| HSL | 138.46º | 0.74% | 0.24% | - |
| HSV(B) | 138.46º | 0.85% | 0.42% | - |
| XYZ | 5.93 | 10.81 | 4.16 | - |
| YUV | 72.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 44 | 0.85 | 0 | 0.59 | 0.58 | 138.46 | 0.74 | 0.24 |
| Hex | 10 | 6B | 2C | 55 | 0 | 3B | 3A | 8A | 4A | 18 |
| Octal | 20 | 153 | 54 | 125 | 0 | 73 | 72 | 212 | 112 | 30 |
| Binary | 10000 | 1101011 | 101100 | 1010101 | 0 | 111011 | 111010 | 10001010 | 1001010 | 11000 |
Color Harmonies of #106B2C
Complementary color
Monochromatic Colors of #106B2C
Black with #106B2C
Text Example
Text Example
White with #106B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B2C; }
p { color: rgb(16,107,44); }
H1.HeaderClassName
{
color: #106B2C;
}
.AnyTagClassName
{
color: #106B2C;
}
</style>
background-color css
<style>
a { background-color: #106B2C; }
a { background-color: rgb(16,107,44); }
div.DivClassName
{
background-color: #106B2C;
}
.BgClassName
{
background-color: #106B2C;
}
</style>
border-color css
<style>
span { border-color: #106B2C; }
span { border-color: rgb(16,107,44); }
td.TdClassName
{
border-color: #106B2C;
}
.TagClassName
{
border-color: #106B2C;
}
</style>