Shades of Crusoe #116923
Tints of Crusoe #116923
RGB
CMYK
RGB Variations
Color information
#116923 (or 0x116923) is known color: Crusoe. HEX triplet: 11, 69 and 23. RGB value is (17,105,35). Sum of RGB (Red+Green+Blue) = 17+105+35=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #116923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116923 is #EE96DC. Grayscale: #464646. Windows color (decimal): -15636189 or 2320657. OLE color: 2320657.
HSL color Cylindrical-coordinate representation of color #116923: hue angle of 132.27º 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 #116923 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 35 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.59 |
| HSL | 132.27º | 0.72% | 0.24% | - |
| HSV(B) | 132.27º | 0.84% | 0.41% | - |
| XYZ | 5.59 | 10.34 | 3.29 | - |
| YUV | 70.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 35 | 0.84 | 0 | 0.67 | 0.59 | 132.27 | 0.72 | 0.24 |
| Hex | 11 | 69 | 23 | 54 | 0 | 43 | 3B | 84 | 48 | 18 |
| Octal | 21 | 151 | 43 | 124 | 0 | 103 | 73 | 204 | 110 | 30 |
| Binary | 10001 | 1101001 | 100011 | 1010100 | 0 | 1000011 | 111011 | 10000100 | 1001000 | 11000 |
Color Harmonies of #116923
Complementary color
Monochromatic Colors of #116923
Black with #116923
Text Example
Text Example
White with #116923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116923; }
p { color: rgb(17,105,35); }
H1.HeaderClassName
{
color: #116923;
}
.AnyTagClassName
{
color: #116923;
}
</style>
background-color css
<style>
a { background-color: #116923; }
a { background-color: rgb(17,105,35); }
div.DivClassName
{
background-color: #116923;
}
.BgClassName
{
background-color: #116923;
}
</style>
border-color css
<style>
span { border-color: #116923; }
span { border-color: rgb(17,105,35); }
td.TdClassName
{
border-color: #116923;
}
.TagClassName
{
border-color: #116923;
}
</style>