Shades of Crusoe #105F20
Tints of Crusoe #105F20
RGB
CMYK
RGB Variations
Color information
#105F20 (or 0x105F20) is known color: Crusoe. HEX triplet: 10, 5F and 20. RGB value is (16,95,32). Sum of RGB (Red+Green+Blue) = 16+95+32=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #105F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F20 is #EFA0DF. Grayscale: #404040. Windows color (decimal): -15704288 or 2121488. OLE color: 2121488.
HSL color Cylindrical-coordinate representation of color #105F20: hue angle of 132.15º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F20 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 32 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.63 |
| HSL | 132.15º | 0.71% | 0.22% | - |
| HSV(B) | 132.15º | 0.83% | 0.37% | - |
| XYZ | 4.57 | 8.4 | 2.75 | - |
| YUV | 64.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 32 | 0.83 | 0 | 0.66 | 0.63 | 132.15 | 0.71 | 0.22 |
| Hex | 10 | 5F | 20 | 53 | 0 | 42 | 3F | 84 | 47 | 16 |
| Octal | 20 | 137 | 40 | 123 | 0 | 102 | 77 | 204 | 107 | 26 |
| Binary | 10000 | 1011111 | 100000 | 1010011 | 0 | 1000010 | 111111 | 10000100 | 1000111 | 10110 |
Color Harmonies of #105F20
Complementary color
Monochromatic Colors of #105F20
Black with #105F20
Text Example
Text Example
White with #105F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F20; }
p { color: rgb(16,95,32); }
H1.HeaderClassName
{
color: #105F20;
}
.AnyTagClassName
{
color: #105F20;
}
</style>
background-color css
<style>
a { background-color: #105F20; }
a { background-color: rgb(16,95,32); }
div.DivClassName
{
background-color: #105F20;
}
.BgClassName
{
background-color: #105F20;
}
</style>
border-color css
<style>
span { border-color: #105F20; }
span { border-color: rgb(16,95,32); }
td.TdClassName
{
border-color: #105F20;
}
.TagClassName
{
border-color: #105F20;
}
</style>