Shades of Crusoe #0B612F
Tints of Crusoe #0B612F
RGB
CMYK
RGB Variations
Color information
#0B612F (or 0x0B612F) is known color: Crusoe. HEX triplet: 0B, 61 and 2F. RGB value is (11,97,47). Sum of RGB (Red+Green+Blue) = 11+97+47=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #0B612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B612F is #F49ED0. Grayscale: #414141. Windows color (decimal): -16031441 or 3105035. OLE color: 3105035.
HSL color Cylindrical-coordinate representation of color #0B612F: hue angle of 145.12º 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 #0B612F is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 47 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.62 |
| HSL | 145.12º | 0.8% | 0.21% | - |
| HSV(B) | 145.12º | 0.89% | 0.38% | - |
| XYZ | 4.93 | 8.83 | 4.13 | - |
| YUV | 65.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 47 | 0.89 | 0 | 0.52 | 0.62 | 145.12 | 0.8 | 0.21 |
| Hex | B | 61 | 2F | 59 | 0 | 34 | 3E | 91 | 50 | 15 |
| Octal | 13 | 141 | 57 | 131 | 0 | 64 | 76 | 221 | 120 | 25 |
| Binary | 1011 | 1100001 | 101111 | 1011001 | 0 | 110100 | 111110 | 10010001 | 1010000 | 10101 |
Color Harmonies of #0B612F
Complementary color
Monochromatic Colors of #0B612F
Black with #0B612F
Text Example
Text Example
White with #0B612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B612F; }
p { color: rgb(11,97,47); }
H1.HeaderClassName
{
color: #0B612F;
}
.AnyTagClassName
{
color: #0B612F;
}
</style>
background-color css
<style>
a { background-color: #0B612F; }
a { background-color: rgb(11,97,47); }
div.DivClassName
{
background-color: #0B612F;
}
.BgClassName
{
background-color: #0B612F;
}
</style>
border-color css
<style>
span { border-color: #0B612F; }
span { border-color: rgb(11,97,47); }
td.TdClassName
{
border-color: #0B612F;
}
.TagClassName
{
border-color: #0B612F;
}
</style>