Shades of Crusoe #116933
Tints of Crusoe #116933
RGB
CMYK
RGB Variations
Color information
#116933 (or 0x116933) is known color: Crusoe. HEX triplet: 11, 69 and 33. RGB value is (17,105,51). Sum of RGB (Red+Green+Blue) = 17+105+51=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #116933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116933 is #EE96CC. Grayscale: #484848. Windows color (decimal): -15636173 or 3369233. OLE color: 3369233.
HSL color Cylindrical-coordinate representation of color #116933: hue angle of 143.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116933 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 51 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.59 |
| HSL | 143.18º | 0.72% | 0.24% | - |
| HSV(B) | 143.18º | 0.84% | 0.41% | - |
| XYZ | 5.88 | 10.46 | 4.84 | - |
| YUV | 72.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 51 | 0.84 | 0 | 0.51 | 0.59 | 143.18 | 0.72 | 0.24 |
| Hex | 11 | 69 | 33 | 54 | 0 | 33 | 3B | 8F | 48 | 18 |
| Octal | 21 | 151 | 63 | 124 | 0 | 63 | 73 | 217 | 110 | 30 |
| Binary | 10001 | 1101001 | 110011 | 1010100 | 0 | 110011 | 111011 | 10001111 | 1001000 | 11000 |
Color Harmonies of #116933
Complementary color
Monochromatic Colors of #116933
Black with #116933
Text Example
Text Example
White with #116933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116933; }
p { color: rgb(17,105,51); }
H1.HeaderClassName
{
color: #116933;
}
.AnyTagClassName
{
color: #116933;
}
</style>
background-color css
<style>
a { background-color: #116933; }
a { background-color: rgb(17,105,51); }
div.DivClassName
{
background-color: #116933;
}
.BgClassName
{
background-color: #116933;
}
</style>
border-color css
<style>
span { border-color: #116933; }
span { border-color: rgb(17,105,51); }
td.TdClassName
{
border-color: #116933;
}
.TagClassName
{
border-color: #116933;
}
</style>