Shades of Crusoe #116121
Tints of Crusoe #116121
RGB
CMYK
RGB Variations
Color information
#116121 (or 0x116121) is known color: Crusoe. HEX triplet: 11, 61 and 21. RGB value is (17,97,33). Sum of RGB (Red+Green+Blue) = 17+97+33=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #116121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116121 is #EE9EDE. Grayscale: #414141. Windows color (decimal): -15638239 or 2187537. OLE color: 2187537.
HSL color Cylindrical-coordinate representation of color #116121: hue angle of 132º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116121 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 33 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.62 |
| HSL | 132º | 0.7% | 0.22% | - |
| HSV(B) | 132º | 0.82% | 0.38% | - |
| XYZ | 4.78 | 8.78 | 2.88 | - |
| YUV | 65.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 33 | 0.82 | 0 | 0.66 | 0.62 | 132 | 0.7 | 0.22 |
| Hex | 11 | 61 | 21 | 52 | 0 | 42 | 3E | 84 | 46 | 16 |
| Octal | 21 | 141 | 41 | 122 | 0 | 102 | 76 | 204 | 106 | 26 |
| Binary | 10001 | 1100001 | 100001 | 1010010 | 0 | 1000010 | 111110 | 10000100 | 1000110 | 10110 |
Color Harmonies of #116121
Complementary color
Monochromatic Colors of #116121
Black with #116121
Text Example
Text Example
White with #116121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116121; }
p { color: rgb(17,97,33); }
H1.HeaderClassName
{
color: #116121;
}
.AnyTagClassName
{
color: #116121;
}
</style>
background-color css
<style>
a { background-color: #116121; }
a { background-color: rgb(17,97,33); }
div.DivClassName
{
background-color: #116121;
}
.BgClassName
{
background-color: #116121;
}
</style>
border-color css
<style>
span { border-color: #116121; }
span { border-color: rgb(17,97,33); }
td.TdClassName
{
border-color: #116121;
}
.TagClassName
{
border-color: #116121;
}
</style>