Shades of Crusoe #106B2F
Tints of Crusoe #106B2F
RGB
CMYK
RGB Variations
Color information
#106B2F (or 0x106B2F) is known color: Crusoe. HEX triplet: 10, 6B and 2F. RGB value is (16,107,47). Sum of RGB (Red+Green+Blue) = 16+107+47=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 107 (42.19% from 255 or 62.94% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 107 - color contains mainly: green. Hex color #106B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B2F is #EF94D0. Grayscale: #494949. Windows color (decimal): -15701201 or 3107600. OLE color: 3107600.
HSL color Cylindrical-coordinate representation of color #106B2F: hue angle of 140.44º 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 #106B2F is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 107 | 47 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.58 |
| HSL | 140.44º | 0.74% | 0.24% | - |
| HSV(B) | 140.44º | 0.85% | 0.42% | - |
| XYZ | 5.98 | 10.83 | 4.46 | - |
| YUV | 72.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 47 | 0.85 | 0 | 0.56 | 0.58 | 140.44 | 0.74 | 0.24 |
| Hex | 10 | 6B | 2F | 55 | 0 | 38 | 3A | 8C | 4A | 18 |
| Octal | 20 | 153 | 57 | 125 | 0 | 70 | 72 | 214 | 112 | 30 |
| Binary | 10000 | 1101011 | 101111 | 1010101 | 0 | 111000 | 111010 | 10001100 | 1001010 | 11000 |
Color Harmonies of #106B2F
Complementary color
Monochromatic Colors of #106B2F
Black with #106B2F
Text Example
Text Example
White with #106B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B2F; }
p { color: rgb(16,107,47); }
H1.HeaderClassName
{
color: #106B2F;
}
.AnyTagClassName
{
color: #106B2F;
}
</style>
background-color css
<style>
a { background-color: #106B2F; }
a { background-color: rgb(16,107,47); }
div.DivClassName
{
background-color: #106B2F;
}
.BgClassName
{
background-color: #106B2F;
}
</style>
border-color css
<style>
span { border-color: #106B2F; }
span { border-color: rgb(16,107,47); }
td.TdClassName
{
border-color: #106B2F;
}
.TagClassName
{
border-color: #106B2F;
}
</style>