Shades of Crusoe #116123
Tints of Crusoe #116123
RGB
CMYK
RGB Variations
Color information
#116123 (or 0x116123) is known color: Crusoe. HEX triplet: 11, 61 and 23. RGB value is (17,97,35). Sum of RGB (Red+Green+Blue) = 17+97+35=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #116123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116123 is #EE9EDC. Grayscale: #424242. Windows color (decimal): -15638237 or 2318609. OLE color: 2318609.
HSL color Cylindrical-coordinate representation of color #116123: hue angle of 133.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 #116123 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 35 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.62 |
| HSL | 133.5º | 0.7% | 0.22% | - |
| HSV(B) | 133.5º | 0.82% | 0.38% | - |
| XYZ | 4.81 | 8.79 | 3.03 | - |
| YUV | 66.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 35 | 0.82 | 0 | 0.64 | 0.62 | 133.5 | 0.7 | 0.22 |
| Hex | 11 | 61 | 23 | 52 | 0 | 40 | 3E | 86 | 46 | 16 |
| Octal | 21 | 141 | 43 | 122 | 0 | 100 | 76 | 206 | 106 | 26 |
| Binary | 10001 | 1100001 | 100011 | 1010010 | 0 | 1000000 | 111110 | 10000110 | 1000110 | 10110 |
Color Harmonies of #116123
Complementary color
Monochromatic Colors of #116123
Black with #116123
Text Example
Text Example
White with #116123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116123; }
p { color: rgb(17,97,35); }
H1.HeaderClassName
{
color: #116123;
}
.AnyTagClassName
{
color: #116123;
}
</style>
background-color css
<style>
a { background-color: #116123; }
a { background-color: rgb(17,97,35); }
div.DivClassName
{
background-color: #116123;
}
.BgClassName
{
background-color: #116123;
}
</style>
border-color css
<style>
span { border-color: #116123; }
span { border-color: rgb(17,97,35); }
td.TdClassName
{
border-color: #116123;
}
.TagClassName
{
border-color: #116123;
}
</style>