Shades of Crusoe #116620
Tints of Crusoe #116620
RGB
CMYK
RGB Variations
Color information
#116620 (or 0x116620) is known color: Crusoe. HEX triplet: 11, 66 and 20. RGB value is (17,102,32). Sum of RGB (Red+Green+Blue) = 17+102+32=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #116620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116620 is #EE99DF. Grayscale: #444444. Windows color (decimal): -15636960 or 2123281. OLE color: 2123281.
HSL color Cylindrical-coordinate representation of color #116620: hue angle of 130.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116620 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 32 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.6 |
| HSL | 130.59º | 0.71% | 0.23% | - |
| HSV(B) | 130.59º | 0.83% | 0.4% | - |
| XYZ | 5.24 | 9.73 | 2.97 | - |
| YUV | 68.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 32 | 0.83 | 0 | 0.69 | 0.6 | 130.59 | 0.71 | 0.23 |
| Hex | 11 | 66 | 20 | 53 | 0 | 45 | 3C | 83 | 47 | 17 |
| Octal | 21 | 146 | 40 | 123 | 0 | 105 | 74 | 203 | 107 | 27 |
| Binary | 10001 | 1100110 | 100000 | 1010011 | 0 | 1000101 | 111100 | 10000011 | 1000111 | 10111 |
Color Harmonies of #116620
Complementary color
Monochromatic Colors of #116620
Black with #116620
Text Example
Text Example
White with #116620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116620; }
p { color: rgb(17,102,32); }
H1.HeaderClassName
{
color: #116620;
}
.AnyTagClassName
{
color: #116620;
}
</style>
background-color css
<style>
a { background-color: #116620; }
a { background-color: rgb(17,102,32); }
div.DivClassName
{
background-color: #116620;
}
.BgClassName
{
background-color: #116620;
}
</style>
border-color css
<style>
span { border-color: #116620; }
span { border-color: rgb(17,102,32); }
td.TdClassName
{
border-color: #116620;
}
.TagClassName
{
border-color: #116620;
}
</style>