Shades of Crusoe #116A21
Tints of Crusoe #116A21
RGB
CMYK
RGB Variations
Color information
#116A21 (or 0x116A21) is known color: Crusoe. HEX triplet: 11, 6A and 21. RGB value is (17,106,33). Sum of RGB (Red+Green+Blue) = 17+106+33=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 106 (41.80% from 255 or 67.95% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 106 - color contains mainly: green. Hex color #116A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A21 is #EE95DE. Grayscale: #474747. Windows color (decimal): -15635935 or 2189841. OLE color: 2189841.
HSL color Cylindrical-coordinate representation of color #116A21: hue angle of 130.79º 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 #116A21 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 33 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.58 |
| HSL | 130.79º | 0.72% | 0.24% | - |
| HSV(B) | 130.79º | 0.84% | 0.42% | - |
| XYZ | 5.66 | 10.54 | 3.17 | - |
| YUV | 71.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 33 | 0.84 | 0 | 0.69 | 0.58 | 130.79 | 0.72 | 0.24 |
| Hex | 11 | 6A | 21 | 54 | 0 | 45 | 3A | 83 | 48 | 18 |
| Octal | 21 | 152 | 41 | 124 | 0 | 105 | 72 | 203 | 110 | 30 |
| Binary | 10001 | 1101010 | 100001 | 1010100 | 0 | 1000101 | 111010 | 10000011 | 1001000 | 11000 |
Color Harmonies of #116A21
Complementary color
Monochromatic Colors of #116A21
Black with #116A21
Text Example
Text Example
White with #116A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A21; }
p { color: rgb(17,106,33); }
H1.HeaderClassName
{
color: #116A21;
}
.AnyTagClassName
{
color: #116A21;
}
</style>
background-color css
<style>
a { background-color: #116A21; }
a { background-color: rgb(17,106,33); }
div.DivClassName
{
background-color: #116A21;
}
.BgClassName
{
background-color: #116A21;
}
</style>
border-color css
<style>
span { border-color: #116A21; }
span { border-color: rgb(17,106,33); }
td.TdClassName
{
border-color: #116A21;
}
.TagClassName
{
border-color: #116A21;
}
</style>