Shades of Crusoe #096417
Tints of Crusoe #096417
RGB
CMYK
RGB Variations
Color information
#096417 (or 0x096417) is known color: Crusoe. HEX triplet: 09, 64 and 17. RGB value is (9,100,23). Sum of RGB (Red+Green+Blue) = 9+100+23=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 100 (39.45% from 255 or 75.76% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 100 - color contains mainly: green. Hex color #096417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096417 is #F69BE8. Grayscale: #404040. Windows color (decimal): -16161769 or 1532937. OLE color: 1532937.
HSL color Cylindrical-coordinate representation of color #096417: hue angle of 129.23º 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 #096417 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 23 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.61 |
| HSL | 129.23º | 0.83% | 0.21% | - |
| HSV(B) | 129.23º | 0.91% | 0.39% | - |
| XYZ | 4.82 | 9.23 | 2.34 | - |
| YUV | 64.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 23 | 0.91 | 0 | 0.77 | 0.61 | 129.23 | 0.83 | 0.21 |
| Hex | 9 | 64 | 17 | 5B | 0 | 4D | 3D | 81 | 53 | 15 |
| Octal | 11 | 144 | 27 | 133 | 0 | 115 | 75 | 201 | 123 | 25 |
| Binary | 1001 | 1100100 | 10111 | 1011011 | 0 | 1001101 | 111101 | 10000001 | 1010011 | 10101 |
Color Harmonies of #096417
Complementary color
Monochromatic Colors of #096417
Black with #096417
Text Example
Text Example
White with #096417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096417; }
p { color: rgb(9,100,23); }
H1.HeaderClassName
{
color: #096417;
}
.AnyTagClassName
{
color: #096417;
}
</style>
background-color css
<style>
a { background-color: #096417; }
a { background-color: rgb(9,100,23); }
div.DivClassName
{
background-color: #096417;
}
.BgClassName
{
background-color: #096417;
}
</style>
border-color css
<style>
span { border-color: #096417; }
span { border-color: rgb(9,100,23); }
td.TdClassName
{
border-color: #096417;
}
.TagClassName
{
border-color: #096417;
}
</style>