Shades of Crusoe #096722
Tints of Crusoe #096722
RGB
CMYK
RGB Variations
Color information
#096722 (or 0x096722) is known color: Crusoe. HEX triplet: 09, 67 and 22. RGB value is (9,103,34). Sum of RGB (Red+Green+Blue) = 9+103+34=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #096722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096722 is #F698DD. Grayscale: #434343. Windows color (decimal): -16160990 or 2254601. OLE color: 2254601.
HSL color Cylindrical-coordinate representation of color #096722: hue angle of 135.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096722 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 34 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.60 |
| HSL | 135.96º | 0.84% | 0.22% | - |
| HSV(B) | 135.96º | 0.91% | 0.4% | - |
| XYZ | 5.25 | 9.87 | 3.14 | - |
| YUV | 67.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 34 | 0.91 | 0 | 0.67 | 0.60 | 135.96 | 0.84 | 0.22 |
| Hex | 9 | 67 | 22 | 5B | 0 | 43 | 3C | 88 | 54 | 16 |
| Octal | 11 | 147 | 42 | 133 | 0 | 103 | 74 | 210 | 124 | 26 |
| Binary | 1001 | 1100111 | 100010 | 1011011 | 0 | 1000011 | 111100 | 10001000 | 1010100 | 10110 |
Color Harmonies of #096722
Complementary color
Monochromatic Colors of #096722
Black with #096722
Text Example
Text Example
White with #096722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096722; }
p { color: rgb(9,103,34); }
H1.HeaderClassName
{
color: #096722;
}
.AnyTagClassName
{
color: #096722;
}
</style>
background-color css
<style>
a { background-color: #096722; }
a { background-color: rgb(9,103,34); }
div.DivClassName
{
background-color: #096722;
}
.BgClassName
{
background-color: #096722;
}
</style>
border-color css
<style>
span { border-color: #096722; }
span { border-color: rgb(9,103,34); }
td.TdClassName
{
border-color: #096722;
}
.TagClassName
{
border-color: #096722;
}
</style>