Shades of Crusoe #106B2B
Tints of Crusoe #106B2B
RGB
CMYK
RGB Variations
Color information
#106B2B (or 0x106B2B) is known color: Crusoe. HEX triplet: 10, 6B and 2B. RGB value is (16,107,43). Sum of RGB (Red+Green+Blue) = 16+107+43=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #106B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B2B is #EF94D4. Grayscale: #484848. Windows color (decimal): -15701205 or 2845456. OLE color: 2845456.
HSL color Cylindrical-coordinate representation of color #106B2B: hue angle of 137.8º 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 #106B2B is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 107 | 43 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.58 |
| HSL | 137.8º | 0.74% | 0.24% | - |
| HSV(B) | 137.8º | 0.85% | 0.42% | - |
| XYZ | 5.91 | 10.8 | 4.06 | - |
| YUV | 72.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 43 | 0.85 | 0 | 0.60 | 0.58 | 137.8 | 0.74 | 0.24 |
| Hex | 10 | 6B | 2B | 55 | 0 | 3C | 3A | 8A | 4A | 18 |
| Octal | 20 | 153 | 53 | 125 | 0 | 74 | 72 | 212 | 112 | 30 |
| Binary | 10000 | 1101011 | 101011 | 1010101 | 0 | 111100 | 111010 | 10001010 | 1001010 | 11000 |
Color Harmonies of #106B2B
Complementary color
Monochromatic Colors of #106B2B
Black with #106B2B
Text Example
Text Example
White with #106B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B2B; }
p { color: rgb(16,107,43); }
H1.HeaderClassName
{
color: #106B2B;
}
.AnyTagClassName
{
color: #106B2B;
}
</style>
background-color css
<style>
a { background-color: #106B2B; }
a { background-color: rgb(16,107,43); }
div.DivClassName
{
background-color: #106B2B;
}
.BgClassName
{
background-color: #106B2B;
}
</style>
border-color css
<style>
span { border-color: #106B2B; }
span { border-color: rgb(16,107,43); }
td.TdClassName
{
border-color: #106B2B;
}
.TagClassName
{
border-color: #106B2B;
}
</style>