Shades of Crusoe #0B6025
Tints of Crusoe #0B6025
RGB
CMYK
RGB Variations
Color information
#0B6025 (or 0x0B6025) is known color: Crusoe. HEX triplet: 0B, 60 and 25. RGB value is (11,96,37). Sum of RGB (Red+Green+Blue) = 11+96+37=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6025 is #F49FDA. Grayscale: #404040. Windows color (decimal): -16031707 or 2449419. OLE color: 2449419.
HSL color Cylindrical-coordinate representation of color #0B6025: hue angle of 138.35º degrees, saturation: 0.79, 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 #0B6025 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 96 | 37 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.62 |
| HSL | 138.35º | 0.79% | 0.21% | - |
| HSV(B) | 138.35º | 0.89% | 0.38% | - |
| XYZ | 4.65 | 8.57 | 3.16 | - |
| YUV | 63.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 37 | 0.89 | 0 | 0.61 | 0.62 | 138.35 | 0.79 | 0.21 |
| Hex | B | 60 | 25 | 59 | 0 | 3D | 3E | 8A | 4F | 15 |
| Octal | 13 | 140 | 45 | 131 | 0 | 75 | 76 | 212 | 117 | 25 |
| Binary | 1011 | 1100000 | 100101 | 1011001 | 0 | 111101 | 111110 | 10001010 | 1001111 | 10101 |
Color Harmonies of #0B6025
Complementary color
Monochromatic Colors of #0B6025
Black with #0B6025
Text Example
Text Example
White with #0B6025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6025; }
p { color: rgb(11,96,37); }
H1.HeaderClassName
{
color: #0B6025;
}
.AnyTagClassName
{
color: #0B6025;
}
</style>
background-color css
<style>
a { background-color: #0B6025; }
a { background-color: rgb(11,96,37); }
div.DivClassName
{
background-color: #0B6025;
}
.BgClassName
{
background-color: #0B6025;
}
</style>
border-color css
<style>
span { border-color: #0B6025; }
span { border-color: rgb(11,96,37); }
td.TdClassName
{
border-color: #0B6025;
}
.TagClassName
{
border-color: #0B6025;
}
</style>