Shades of Crusoe #0B6E2B
Tints of Crusoe #0B6E2B
RGB
CMYK
RGB Variations
Color information
#0B6E2B (or 0x0B6E2B) is known color: Crusoe. HEX triplet: 0B, 6E and 2B. RGB value is (11,110,43). Sum of RGB (Red+Green+Blue) = 11+110+43=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6E2B is #F491D4. Grayscale: #484848. Windows color (decimal): -16028117 or 2846219. OLE color: 2846219.
HSL color Cylindrical-coordinate representation of color #0B6E2B: hue angle of 139.39º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E2B is Cyan = 0.9, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 110 | 43 | - |
| CMYK | 0.9 | 0 | 0.61 | 0.57 |
| HSL | 139.39º | 0.82% | 0.24% | - |
| HSV(B) | 139.39º | 0.9% | 0.43% | - |
| XYZ | 6.15 | 11.4 | 4.16 | - |
| YUV | 72.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 110 | 43 | 0.9 | 0 | 0.61 | 0.57 | 139.39 | 0.82 | 0.24 |
| Hex | B | 6E | 2B | 5A | 0 | 3D | 39 | 8B | 52 | 18 |
| Octal | 13 | 156 | 53 | 132 | 0 | 75 | 71 | 213 | 122 | 30 |
| Binary | 1011 | 1101110 | 101011 | 1011010 | 0 | 111101 | 111001 | 10001011 | 1010010 | 11000 |
Color Harmonies of #0B6E2B
Complementary color
Monochromatic Colors of #0B6E2B
Black with #0B6E2B
Text Example
Text Example
White with #0B6E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6E2B; }
p { color: rgb(11,110,43); }
H1.HeaderClassName
{
color: #0B6E2B;
}
.AnyTagClassName
{
color: #0B6E2B;
}
</style>
background-color css
<style>
a { background-color: #0B6E2B; }
a { background-color: rgb(11,110,43); }
div.DivClassName
{
background-color: #0B6E2B;
}
.BgClassName
{
background-color: #0B6E2B;
}
</style>
border-color css
<style>
span { border-color: #0B6E2B; }
span { border-color: rgb(11,110,43); }
td.TdClassName
{
border-color: #0B6E2B;
}
.TagClassName
{
border-color: #0B6E2B;
}
</style>