Shades of Crusoe #0B6D2C
Tints of Crusoe #0B6D2C
RGB
CMYK
RGB Variations
Color information
#0B6D2C (or 0x0B6D2C) is known color: Crusoe. HEX triplet: 0B, 6D and 2C. RGB value is (11,109,44). Sum of RGB (Red+Green+Blue) = 11+109+44=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 109 (42.97% from 255 or 66.46% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6D2C is #F492D3. Grayscale: #484848. Windows color (decimal): -16028372 or 2911499. OLE color: 2911499.
HSL color Cylindrical-coordinate representation of color #0B6D2C: hue angle of 140.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6D2C is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 109 | 44 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.57 |
| HSL | 140.2º | 0.82% | 0.24% | - |
| HSV(B) | 140.2º | 0.9% | 0.43% | - |
| XYZ | 6.06 | 11.19 | 4.22 | - |
| YUV | 72.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 44 | 0.90 | 0 | 0.60 | 0.57 | 140.2 | 0.82 | 0.24 |
| Hex | B | 6D | 2C | 5A | 0 | 3C | 39 | 8C | 52 | 18 |
| Octal | 13 | 155 | 54 | 132 | 0 | 74 | 71 | 214 | 122 | 30 |
| Binary | 1011 | 1101101 | 101100 | 1011010 | 0 | 111100 | 111001 | 10001100 | 1010010 | 11000 |
Color Harmonies of #0B6D2C
Complementary color
Monochromatic Colors of #0B6D2C
Black with #0B6D2C
Text Example
Text Example
White with #0B6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6D2C; }
p { color: rgb(11,109,44); }
H1.HeaderClassName
{
color: #0B6D2C;
}
.AnyTagClassName
{
color: #0B6D2C;
}
</style>
background-color css
<style>
a { background-color: #0B6D2C; }
a { background-color: rgb(11,109,44); }
div.DivClassName
{
background-color: #0B6D2C;
}
.BgClassName
{
background-color: #0B6D2C;
}
</style>
border-color css
<style>
span { border-color: #0B6D2C; }
span { border-color: rgb(11,109,44); }
td.TdClassName
{
border-color: #0B6D2C;
}
.TagClassName
{
border-color: #0B6D2C;
}
</style>