Shades of Crusoe #0B691C
Tints of Crusoe #0B691C
RGB
CMYK
RGB Variations
Color information
#0B691C (or 0x0B691C) is known color: Crusoe. HEX triplet: 0B, 69 and 1C. RGB value is (11,105,28). Sum of RGB (Red+Green+Blue) = 11+105+28=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #0B691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B691C is #F496E3. Grayscale: #444444. Windows color (decimal): -16029412 or 1861899. OLE color: 1861899.
HSL color Cylindrical-coordinate representation of color #0B691C: hue angle of 130.85º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B691C is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 105 | 28 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.59 |
| HSL | 130.85º | 0.81% | 0.23% | - |
| HSV(B) | 130.85º | 0.9% | 0.41% | - |
| XYZ | 5.4 | 10.26 | 2.79 | - |
| YUV | 68.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 28 | 0.90 | 0 | 0.73 | 0.59 | 130.85 | 0.81 | 0.23 |
| Hex | B | 69 | 1C | 5A | 0 | 49 | 3B | 83 | 51 | 17 |
| Octal | 13 | 151 | 34 | 132 | 0 | 111 | 73 | 203 | 121 | 27 |
| Binary | 1011 | 1101001 | 11100 | 1011010 | 0 | 1001001 | 111011 | 10000011 | 1010001 | 10111 |
Color Harmonies of #0B691C
Complementary color
Monochromatic Colors of #0B691C
Black with #0B691C
Text Example
Text Example
White with #0B691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B691C; }
p { color: rgb(11,105,28); }
H1.HeaderClassName
{
color: #0B691C;
}
.AnyTagClassName
{
color: #0B691C;
}
</style>
background-color css
<style>
a { background-color: #0B691C; }
a { background-color: rgb(11,105,28); }
div.DivClassName
{
background-color: #0B691C;
}
.BgClassName
{
background-color: #0B691C;
}
</style>
border-color css
<style>
span { border-color: #0B691C; }
span { border-color: rgb(11,105,28); }
td.TdClassName
{
border-color: #0B691C;
}
.TagClassName
{
border-color: #0B691C;
}
</style>