Shades of Crusoe #096416
Tints of Crusoe #096416
RGB
CMYK
RGB Variations
Color information
#096416 (or 0x096416) is known color: Crusoe. HEX triplet: 09, 64 and 16. RGB value is (9,100,22). Sum of RGB (Red+Green+Blue) = 9+100+22=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 100 (39.45% from 255 or 76.34% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 100 - color contains mainly: green. Hex color #096416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096416 is #F69BE9. Grayscale: #404040. Windows color (decimal): -16161770 or 1467401. OLE color: 1467401.
HSL color Cylindrical-coordinate representation of color #096416: hue angle of 128.57º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096416 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 22 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.61 |
| HSL | 128.57º | 0.83% | 0.21% | - |
| HSV(B) | 128.57º | 0.91% | 0.39% | - |
| XYZ | 4.81 | 9.23 | 2.29 | - |
| YUV | 63.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 22 | 0.91 | 0 | 0.78 | 0.61 | 128.57 | 0.83 | 0.21 |
| Hex | 9 | 64 | 16 | 5B | 0 | 4E | 3D | 81 | 53 | 15 |
| Octal | 11 | 144 | 26 | 133 | 0 | 116 | 75 | 201 | 123 | 25 |
| Binary | 1001 | 1100100 | 10110 | 1011011 | 0 | 1001110 | 111101 | 10000001 | 1010011 | 10101 |
Color Harmonies of #096416
Complementary color
Monochromatic Colors of #096416
Black with #096416
Text Example
Text Example
White with #096416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096416; }
p { color: rgb(9,100,22); }
H1.HeaderClassName
{
color: #096416;
}
.AnyTagClassName
{
color: #096416;
}
</style>
background-color css
<style>
a { background-color: #096416; }
a { background-color: rgb(9,100,22); }
div.DivClassName
{
background-color: #096416;
}
.BgClassName
{
background-color: #096416;
}
</style>
border-color css
<style>
span { border-color: #096416; }
span { border-color: rgb(9,100,22); }
td.TdClassName
{
border-color: #096416;
}
.TagClassName
{
border-color: #096416;
}
</style>