Shades of Crusoe #096F2F
Tints of Crusoe #096F2F
RGB
CMYK
RGB Variations
Color information
#096F2F (or 0x096F2F) is known color: Crusoe. HEX triplet: 09, 6F and 2F. RGB value is (9,111,47). Sum of RGB (Red+Green+Blue) = 9+111+47=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #096F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F2F is #F690D0. Grayscale: #494949. Windows color (decimal): -16158929 or 3108617. OLE color: 3108617.
HSL color Cylindrical-coordinate representation of color #096F2F: hue angle of 142.35º 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 #096F2F is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 111 | 47 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.56 |
| HSL | 142.35º | 0.85% | 0.24% | - |
| HSV(B) | 142.35º | 0.92% | 0.44% | - |
| XYZ | 6.31 | 11.63 | 4.6 | - |
| YUV | 73.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 47 | 0.92 | 0 | 0.58 | 0.56 | 142.35 | 0.85 | 0.24 |
| Hex | 9 | 6F | 2F | 5C | 0 | 3A | 38 | 8E | 55 | 18 |
| Octal | 11 | 157 | 57 | 134 | 0 | 72 | 70 | 216 | 125 | 30 |
| Binary | 1001 | 1101111 | 101111 | 1011100 | 0 | 111010 | 111000 | 10001110 | 1010101 | 11000 |
Color Harmonies of #096F2F
Complementary color
Monochromatic Colors of #096F2F
Black with #096F2F
Text Example
Text Example
White with #096F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F2F; }
p { color: rgb(9,111,47); }
H1.HeaderClassName
{
color: #096F2F;
}
.AnyTagClassName
{
color: #096F2F;
}
</style>
background-color css
<style>
a { background-color: #096F2F; }
a { background-color: rgb(9,111,47); }
div.DivClassName
{
background-color: #096F2F;
}
.BgClassName
{
background-color: #096F2F;
}
</style>
border-color css
<style>
span { border-color: #096F2F; }
span { border-color: rgb(9,111,47); }
td.TdClassName
{
border-color: #096F2F;
}
.TagClassName
{
border-color: #096F2F;
}
</style>