Shades of Crusoe #116A27
Tints of Crusoe #116A27
RGB
CMYK
RGB Variations
Color information
#116A27 (or 0x116A27) is known color: Crusoe. HEX triplet: 11, 6A and 27. RGB value is (17,106,39). Sum of RGB (Red+Green+Blue) = 17+106+39=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #116A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A27 is #EE95D8. Grayscale: #474747. Windows color (decimal): -15635929 or 2583057. OLE color: 2583057.
HSL color Cylindrical-coordinate representation of color #116A27: hue angle of 134.83º 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 #116A27 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 39 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.58 |
| HSL | 134.83º | 0.72% | 0.24% | - |
| HSV(B) | 134.83º | 0.84% | 0.42% | - |
| XYZ | 5.75 | 10.57 | 3.66 | - |
| YUV | 71.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 39 | 0.84 | 0 | 0.63 | 0.58 | 134.83 | 0.72 | 0.24 |
| Hex | 11 | 6A | 27 | 54 | 0 | 3F | 3A | 87 | 48 | 18 |
| Octal | 21 | 152 | 47 | 124 | 0 | 77 | 72 | 207 | 110 | 30 |
| Binary | 10001 | 1101010 | 100111 | 1010100 | 0 | 111111 | 111010 | 10000111 | 1001000 | 11000 |
Color Harmonies of #116A27
Complementary color
Monochromatic Colors of #116A27
Black with #116A27
Text Example
Text Example
White with #116A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A27; }
p { color: rgb(17,106,39); }
H1.HeaderClassName
{
color: #116A27;
}
.AnyTagClassName
{
color: #116A27;
}
</style>
background-color css
<style>
a { background-color: #116A27; }
a { background-color: rgb(17,106,39); }
div.DivClassName
{
background-color: #116A27;
}
.BgClassName
{
background-color: #116A27;
}
</style>
border-color css
<style>
span { border-color: #116A27; }
span { border-color: rgb(17,106,39); }
td.TdClassName
{
border-color: #116A27;
}
.TagClassName
{
border-color: #116A27;
}
</style>