Shades of Crusoe #0B692D
Tints of Crusoe #0B692D
RGB
CMYK
RGB Variations
Color information
#0B692D (or 0x0B692D) is known color: Crusoe. HEX triplet: 0B, 69 and 2D. RGB value is (11,105,45). Sum of RGB (Red+Green+Blue) = 11+105+45=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #0B692D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B692D is #F496D2. Grayscale: #464646. Windows color (decimal): -16029395 or 2976011. OLE color: 2976011.
HSL color Cylindrical-coordinate representation of color #0B692D: hue angle of 141.7º 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 #0B692D is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 105 | 45 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.59 |
| HSL | 141.7º | 0.81% | 0.23% | - |
| HSV(B) | 141.7º | 0.9% | 0.41% | - |
| XYZ | 5.66 | 10.36 | 4.18 | - |
| YUV | 70.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 45 | 0.90 | 0 | 0.57 | 0.59 | 141.7 | 0.81 | 0.23 |
| Hex | B | 69 | 2D | 5A | 0 | 39 | 3B | 8E | 51 | 17 |
| Octal | 13 | 151 | 55 | 132 | 0 | 71 | 73 | 216 | 121 | 27 |
| Binary | 1011 | 1101001 | 101101 | 1011010 | 0 | 111001 | 111011 | 10001110 | 1010001 | 10111 |
Color Harmonies of #0B692D
Complementary color
Monochromatic Colors of #0B692D
Black with #0B692D
Text Example
Text Example
White with #0B692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B692D; }
p { color: rgb(11,105,45); }
H1.HeaderClassName
{
color: #0B692D;
}
.AnyTagClassName
{
color: #0B692D;
}
</style>
background-color css
<style>
a { background-color: #0B692D; }
a { background-color: rgb(11,105,45); }
div.DivClassName
{
background-color: #0B692D;
}
.BgClassName
{
background-color: #0B692D;
}
</style>
border-color css
<style>
span { border-color: #0B692D; }
span { border-color: rgb(11,105,45); }
td.TdClassName
{
border-color: #0B692D;
}
.TagClassName
{
border-color: #0B692D;
}
</style>