Shades of Crusoe #0B6120
Tints of Crusoe #0B6120
RGB
CMYK
RGB Variations
Color information
#0B6120 (or 0x0B6120) is known color: Crusoe. HEX triplet: 0B, 61 and 20. RGB value is (11,97,32). Sum of RGB (Red+Green+Blue) = 11+97+32=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6120 is #F49EDF. Grayscale: #404040. Windows color (decimal): -16031456 or 2121995. OLE color: 2121995.
HSL color Cylindrical-coordinate representation of color #0B6120: hue angle of 134.65º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6120 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 32 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.62 |
| HSL | 134.65º | 0.8% | 0.21% | - |
| HSV(B) | 134.65º | 0.89% | 0.38% | - |
| XYZ | 4.67 | 8.72 | 2.8 | - |
| YUV | 63.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 32 | 0.89 | 0 | 0.67 | 0.62 | 134.65 | 0.8 | 0.21 |
| Hex | B | 61 | 20 | 59 | 0 | 43 | 3E | 87 | 50 | 15 |
| Octal | 13 | 141 | 40 | 131 | 0 | 103 | 76 | 207 | 120 | 25 |
| Binary | 1011 | 1100001 | 100000 | 1011001 | 0 | 1000011 | 111110 | 10000111 | 1010000 | 10101 |
Color Harmonies of #0B6120
Complementary color
Monochromatic Colors of #0B6120
Black with #0B6120
Text Example
Text Example
White with #0B6120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6120; }
p { color: rgb(11,97,32); }
H1.HeaderClassName
{
color: #0B6120;
}
.AnyTagClassName
{
color: #0B6120;
}
</style>
background-color css
<style>
a { background-color: #0B6120; }
a { background-color: rgb(11,97,32); }
div.DivClassName
{
background-color: #0B6120;
}
.BgClassName
{
background-color: #0B6120;
}
</style>
border-color css
<style>
span { border-color: #0B6120; }
span { border-color: rgb(11,97,32); }
td.TdClassName
{
border-color: #0B6120;
}
.TagClassName
{
border-color: #0B6120;
}
</style>