Shades of Crusoe #0B672F
Tints of Crusoe #0B672F
RGB
CMYK
RGB Variations
Color information
#0B672F (or 0x0B672F) is known color: Crusoe. HEX triplet: 0B, 67 and 2F. RGB value is (11,103,47). Sum of RGB (Red+Green+Blue) = 11+103+47=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #0B672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B672F is #F498D0. Grayscale: #454545. Windows color (decimal): -16029905 or 3106571. OLE color: 3106571.
HSL color Cylindrical-coordinate representation of color #0B672F: hue angle of 143.48º 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 #0B672F is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 103 | 47 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.60 |
| HSL | 143.48º | 0.81% | 0.22% | - |
| HSV(B) | 143.48º | 0.89% | 0.4% | - |
| XYZ | 5.5 | 9.98 | 4.33 | - |
| YUV | 69.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 47 | 0.89 | 0 | 0.54 | 0.60 | 143.48 | 0.81 | 0.22 |
| Hex | B | 67 | 2F | 59 | 0 | 36 | 3C | 8F | 51 | 16 |
| Octal | 13 | 147 | 57 | 131 | 0 | 66 | 74 | 217 | 121 | 26 |
| Binary | 1011 | 1100111 | 101111 | 1011001 | 0 | 110110 | 111100 | 10001111 | 1010001 | 10110 |
Color Harmonies of #0B672F
Complementary color
Monochromatic Colors of #0B672F
Black with #0B672F
Text Example
Text Example
White with #0B672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B672F; }
p { color: rgb(11,103,47); }
H1.HeaderClassName
{
color: #0B672F;
}
.AnyTagClassName
{
color: #0B672F;
}
</style>
background-color css
<style>
a { background-color: #0B672F; }
a { background-color: rgb(11,103,47); }
div.DivClassName
{
background-color: #0B672F;
}
.BgClassName
{
background-color: #0B672F;
}
</style>
border-color css
<style>
span { border-color: #0B672F; }
span { border-color: rgb(11,103,47); }
td.TdClassName
{
border-color: #0B672F;
}
.TagClassName
{
border-color: #0B672F;
}
</style>