Shades of Crusoe #096F2B
Tints of Crusoe #096F2B
RGB
CMYK
RGB Variations
Color information
#096F2B (or 0x096F2B) is known color: Crusoe. HEX triplet: 09, 6F and 2B. RGB value is (9,111,43). Sum of RGB (Red+Green+Blue) = 9+111+43=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #096F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F2B is #F690D4. Grayscale: #484848. Windows color (decimal): -16158933 or 2846473. OLE color: 2846473.
HSL color Cylindrical-coordinate representation of color #096F2B: hue angle of 140º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F2B is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 111 | 43 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.56 |
| HSL | 140º | 0.85% | 0.24% | - |
| HSV(B) | 140º | 0.92% | 0.44% | - |
| XYZ | 6.23 | 11.6 | 4.2 | - |
| YUV | 72.75 | 111.21 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 43 | 0.92 | 0 | 0.61 | 0.56 | 140 | 0.85 | 0.24 |
| Hex | 9 | 6F | 2B | 5C | 0 | 3D | 38 | 8C | 55 | 18 |
| Octal | 11 | 157 | 53 | 134 | 0 | 75 | 70 | 214 | 125 | 30 |
| Binary | 1001 | 1101111 | 101011 | 1011100 | 0 | 111101 | 111000 | 10001100 | 1010101 | 11000 |
Color Harmonies of #096F2B
Complementary color
Monochromatic Colors of #096F2B
Black with #096F2B
Text Example
Text Example
White with #096F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F2B; }
p { color: rgb(9,111,43); }
H1.HeaderClassName
{
color: #096F2B;
}
.AnyTagClassName
{
color: #096F2B;
}
</style>
background-color css
<style>
a { background-color: #096F2B; }
a { background-color: rgb(9,111,43); }
div.DivClassName
{
background-color: #096F2B;
}
.BgClassName
{
background-color: #096F2B;
}
</style>
border-color css
<style>
span { border-color: #096F2B; }
span { border-color: rgb(9,111,43); }
td.TdClassName
{
border-color: #096F2B;
}
.TagClassName
{
border-color: #096F2B;
}
</style>