Shades of Crusoe #116A20
Tints of Crusoe #116A20
RGB
CMYK
RGB Variations
Color information
#116A20 (or 0x116A20) is known color: Crusoe. HEX triplet: 11, 6A and 20. RGB value is (17,106,32). Sum of RGB (Red+Green+Blue) = 17+106+32=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #116A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A20 is #EE95DF. Grayscale: #474747. Windows color (decimal): -15635936 or 2124305. OLE color: 2124305.
HSL color Cylindrical-coordinate representation of color #116A20: hue angle of 130.11º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A20 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 32 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.58 |
| HSL | 130.11º | 0.72% | 0.24% | - |
| HSV(B) | 130.11º | 0.84% | 0.42% | - |
| XYZ | 5.65 | 10.53 | 3.1 | - |
| YUV | 70.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 32 | 0.84 | 0 | 0.70 | 0.58 | 130.11 | 0.72 | 0.24 |
| Hex | 11 | 6A | 20 | 54 | 0 | 46 | 3A | 82 | 48 | 18 |
| Octal | 21 | 152 | 40 | 124 | 0 | 106 | 72 | 202 | 110 | 30 |
| Binary | 10001 | 1101010 | 100000 | 1010100 | 0 | 1000110 | 111010 | 10000010 | 1001000 | 11000 |
Color Harmonies of #116A20
Complementary color
Monochromatic Colors of #116A20
Black with #116A20
Text Example
Text Example
White with #116A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A20; }
p { color: rgb(17,106,32); }
H1.HeaderClassName
{
color: #116A20;
}
.AnyTagClassName
{
color: #116A20;
}
</style>
background-color css
<style>
a { background-color: #116A20; }
a { background-color: rgb(17,106,32); }
div.DivClassName
{
background-color: #116A20;
}
.BgClassName
{
background-color: #116A20;
}
</style>
border-color css
<style>
span { border-color: #116A20; }
span { border-color: rgb(17,106,32); }
td.TdClassName
{
border-color: #116A20;
}
.TagClassName
{
border-color: #116A20;
}
</style>