Shades of Crusoe #0B681E
Tints of Crusoe #0B681E
RGB
CMYK
RGB Variations
Color information
#0B681E (or 0x0B681E) is known color: Crusoe. HEX triplet: 0B, 68 and 1E. RGB value is (11,104,30). Sum of RGB (Red+Green+Blue) = 11+104+30=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #0B681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B681E is #F497E1. Grayscale: #434343. Windows color (decimal): -16029666 or 1992715. OLE color: 1992715.
HSL color Cylindrical-coordinate representation of color #0B681E: hue angle of 132.26º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B681E is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 104 | 30 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.59 |
| HSL | 132.26º | 0.81% | 0.23% | - |
| HSV(B) | 132.26º | 0.89% | 0.41% | - |
| XYZ | 5.32 | 10.07 | 2.89 | - |
| YUV | 67.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 30 | 0.89 | 0 | 0.71 | 0.59 | 132.26 | 0.81 | 0.23 |
| Hex | B | 68 | 1E | 59 | 0 | 47 | 3B | 84 | 51 | 17 |
| Octal | 13 | 150 | 36 | 131 | 0 | 107 | 73 | 204 | 121 | 27 |
| Binary | 1011 | 1101000 | 11110 | 1011001 | 0 | 1000111 | 111011 | 10000100 | 1010001 | 10111 |
Color Harmonies of #0B681E
Complementary color
Monochromatic Colors of #0B681E
Black with #0B681E
Text Example
Text Example
White with #0B681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B681E; }
p { color: rgb(11,104,30); }
H1.HeaderClassName
{
color: #0B681E;
}
.AnyTagClassName
{
color: #0B681E;
}
</style>
background-color css
<style>
a { background-color: #0B681E; }
a { background-color: rgb(11,104,30); }
div.DivClassName
{
background-color: #0B681E;
}
.BgClassName
{
background-color: #0B681E;
}
</style>
border-color css
<style>
span { border-color: #0B681E; }
span { border-color: rgb(11,104,30); }
td.TdClassName
{
border-color: #0B681E;
}
.TagClassName
{
border-color: #0B681E;
}
</style>