Shades of Crusoe #0B6618
Tints of Crusoe #0B6618
RGB
CMYK
RGB Variations
Color information
#0B6618 (or 0x0B6618) is known color: Crusoe. HEX triplet: 0B, 66 and 18. RGB value is (11,102,24). Sum of RGB (Red+Green+Blue) = 11+102+24=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6618 is #F499E7. Grayscale: #424242. Windows color (decimal): -16030184 or 1598987. OLE color: 1598987.
HSL color Cylindrical-coordinate representation of color #0B6618: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6618 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 102 | 24 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.6 |
| HSL | 128.57º | 0.81% | 0.22% | - |
| HSV(B) | 128.57º | 0.89% | 0.4% | - |
| XYZ | 5.05 | 9.64 | 2.46 | - |
| YUV | 65.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 24 | 0.89 | 0 | 0.76 | 0.6 | 128.57 | 0.81 | 0.22 |
| Hex | B | 66 | 18 | 59 | 0 | 4C | 3C | 81 | 51 | 16 |
| Octal | 13 | 146 | 30 | 131 | 0 | 114 | 74 | 201 | 121 | 26 |
| Binary | 1011 | 1100110 | 11000 | 1011001 | 0 | 1001100 | 111100 | 10000001 | 1010001 | 10110 |
Color Harmonies of #0B6618
Complementary color
Monochromatic Colors of #0B6618
Black with #0B6618
Text Example
Text Example
White with #0B6618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6618; }
p { color: rgb(11,102,24); }
H1.HeaderClassName
{
color: #0B6618;
}
.AnyTagClassName
{
color: #0B6618;
}
</style>
background-color css
<style>
a { background-color: #0B6618; }
a { background-color: rgb(11,102,24); }
div.DivClassName
{
background-color: #0B6618;
}
.BgClassName
{
background-color: #0B6618;
}
</style>
border-color css
<style>
span { border-color: #0B6618; }
span { border-color: rgb(11,102,24); }
td.TdClassName
{
border-color: #0B6618;
}
.TagClassName
{
border-color: #0B6618;
}
</style>