Shades of Crusoe #0B6D27
Tints of Crusoe #0B6D27
RGB
CMYK
RGB Variations
Color information
#0B6D27 (or 0x0B6D27) is known color: Crusoe. HEX triplet: 0B, 6D and 27. RGB value is (11,109,39). Sum of RGB (Red+Green+Blue) = 11+109+39=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 109 (42.97% from 255 or 68.55% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6D27 is #F492D8. Grayscale: #474747. Windows color (decimal): -16028377 or 2583819. OLE color: 2583819.
HSL color Cylindrical-coordinate representation of color #0B6D27: hue angle of 137.14º 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 #0B6D27 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 109 | 39 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.57 |
| HSL | 137.14º | 0.82% | 0.24% | - |
| HSV(B) | 137.14º | 0.9% | 0.43% | - |
| XYZ | 5.97 | 11.15 | 3.76 | - |
| YUV | 71.72 | 109.53 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 39 | 0.90 | 0 | 0.64 | 0.57 | 137.14 | 0.82 | 0.24 |
| Hex | B | 6D | 27 | 5A | 0 | 40 | 39 | 89 | 52 | 18 |
| Octal | 13 | 155 | 47 | 132 | 0 | 100 | 71 | 211 | 122 | 30 |
| Binary | 1011 | 1101101 | 100111 | 1011010 | 0 | 1000000 | 111001 | 10001001 | 1010010 | 11000 |
Color Harmonies of #0B6D27
Complementary color
Monochromatic Colors of #0B6D27
Black with #0B6D27
Text Example
Text Example
White with #0B6D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6D27; }
p { color: rgb(11,109,39); }
H1.HeaderClassName
{
color: #0B6D27;
}
.AnyTagClassName
{
color: #0B6D27;
}
</style>
background-color css
<style>
a { background-color: #0B6D27; }
a { background-color: rgb(11,109,39); }
div.DivClassName
{
background-color: #0B6D27;
}
.BgClassName
{
background-color: #0B6D27;
}
</style>
border-color css
<style>
span { border-color: #0B6D27; }
span { border-color: rgb(11,109,39); }
td.TdClassName
{
border-color: #0B6D27;
}
.TagClassName
{
border-color: #0B6D27;
}
</style>