Shades of Crusoe #096E2D
Tints of Crusoe #096E2D
RGB
CMYK
RGB Variations
Color information
#096E2D (or 0x096E2D) is known color: Crusoe. HEX triplet: 09, 6E and 2D. RGB value is (9,110,45). Sum of RGB (Red+Green+Blue) = 9+110+45=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #096E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E2D is #F691D2. Grayscale: #484848. Windows color (decimal): -16159187 or 2977289. OLE color: 2977289.
HSL color Cylindrical-coordinate representation of color #096E2D: hue angle of 141.39º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E2D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 110 | 45 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.57 |
| HSL | 141.39º | 0.85% | 0.23% | - |
| HSV(B) | 141.39º | 0.92% | 0.43% | - |
| XYZ | 6.16 | 11.4 | 4.36 | - |
| YUV | 72.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 45 | 0.92 | 0 | 0.59 | 0.57 | 141.39 | 0.85 | 0.23 |
| Hex | 9 | 6E | 2D | 5C | 0 | 3B | 39 | 8D | 55 | 17 |
| Octal | 11 | 156 | 55 | 134 | 0 | 73 | 71 | 215 | 125 | 27 |
| Binary | 1001 | 1101110 | 101101 | 1011100 | 0 | 111011 | 111001 | 10001101 | 1010101 | 10111 |
Color Harmonies of #096E2D
Complementary color
Monochromatic Colors of #096E2D
Black with #096E2D
Text Example
Text Example
White with #096E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E2D; }
p { color: rgb(9,110,45); }
H1.HeaderClassName
{
color: #096E2D;
}
.AnyTagClassName
{
color: #096E2D;
}
</style>
background-color css
<style>
a { background-color: #096E2D; }
a { background-color: rgb(9,110,45); }
div.DivClassName
{
background-color: #096E2D;
}
.BgClassName
{
background-color: #096E2D;
}
</style>
border-color css
<style>
span { border-color: #096E2D; }
span { border-color: rgb(9,110,45); }
td.TdClassName
{
border-color: #096E2D;
}
.TagClassName
{
border-color: #096E2D;
}
</style>