Shades of Crusoe #10682B
Tints of Crusoe #10682B
RGB
CMYK
RGB Variations
Color information
#10682B (or 0x10682B) is known color: Crusoe. HEX triplet: 10, 68 and 2B. RGB value is (16,104,43). Sum of RGB (Red+Green+Blue) = 16+104+43=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #10682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10682B is #EF97D4. Grayscale: #464646. Windows color (decimal): -15701973 or 2844688. OLE color: 2844688.
HSL color Cylindrical-coordinate representation of color #10682B: hue angle of 138.41º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10682B is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 104 | 43 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.59 |
| HSL | 138.41º | 0.73% | 0.24% | - |
| HSV(B) | 138.41º | 0.85% | 0.41% | - |
| XYZ | 5.6 | 10.19 | 3.96 | - |
| YUV | 70.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 43 | 0.85 | 0 | 0.59 | 0.59 | 138.41 | 0.73 | 0.24 |
| Hex | 10 | 68 | 2B | 55 | 0 | 3B | 3B | 8A | 49 | 18 |
| Octal | 20 | 150 | 53 | 125 | 0 | 73 | 73 | 212 | 111 | 30 |
| Binary | 10000 | 1101000 | 101011 | 1010101 | 0 | 111011 | 111011 | 10001010 | 1001001 | 11000 |
Color Harmonies of #10682B
Complementary color
Monochromatic Colors of #10682B
Black with #10682B
Text Example
Text Example
White with #10682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10682B; }
p { color: rgb(16,104,43); }
H1.HeaderClassName
{
color: #10682B;
}
.AnyTagClassName
{
color: #10682B;
}
</style>
background-color css
<style>
a { background-color: #10682B; }
a { background-color: rgb(16,104,43); }
div.DivClassName
{
background-color: #10682B;
}
.BgClassName
{
background-color: #10682B;
}
</style>
border-color css
<style>
span { border-color: #10682B; }
span { border-color: rgb(16,104,43); }
td.TdClassName
{
border-color: #10682B;
}
.TagClassName
{
border-color: #10682B;
}
</style>