Shades of Crusoe #116127
Tints of Crusoe #116127
RGB
CMYK
RGB Variations
Color information
#116127 (or 0x116127) is known color: Crusoe. HEX triplet: 11, 61 and 27. RGB value is (17,97,39). Sum of RGB (Red+Green+Blue) = 17+97+39=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #116127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116127 is #EE9ED8. Grayscale: #424242. Windows color (decimal): -15638233 or 2580753. OLE color: 2580753.
HSL color Cylindrical-coordinate representation of color #116127: hue angle of 136.5º 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 #116127 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 39 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.62 |
| HSL | 136.5º | 0.7% | 0.22% | - |
| HSV(B) | 136.5º | 0.82% | 0.38% | - |
| XYZ | 4.87 | 8.82 | 3.36 | - |
| YUV | 66.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 39 | 0.82 | 0 | 0.60 | 0.62 | 136.5 | 0.7 | 0.22 |
| Hex | 11 | 61 | 27 | 52 | 0 | 3C | 3E | 88 | 46 | 16 |
| Octal | 21 | 141 | 47 | 122 | 0 | 74 | 76 | 210 | 106 | 26 |
| Binary | 10001 | 1100001 | 100111 | 1010010 | 0 | 111100 | 111110 | 10001000 | 1000110 | 10110 |
Color Harmonies of #116127
Complementary color
Monochromatic Colors of #116127
Black with #116127
Text Example
Text Example
White with #116127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116127; }
p { color: rgb(17,97,39); }
H1.HeaderClassName
{
color: #116127;
}
.AnyTagClassName
{
color: #116127;
}
</style>
background-color css
<style>
a { background-color: #116127; }
a { background-color: rgb(17,97,39); }
div.DivClassName
{
background-color: #116127;
}
.BgClassName
{
background-color: #116127;
}
</style>
border-color css
<style>
span { border-color: #116127; }
span { border-color: rgb(17,97,39); }
td.TdClassName
{
border-color: #116127;
}
.TagClassName
{
border-color: #116127;
}
</style>