Shades of Crusoe #095722
Tints of Crusoe #095722
RGB
CMYK
RGB Variations
Color information
#095722 (or 0x095722) is known color: Crusoe. HEX triplet: 09, 57 and 22. RGB value is (9,87,34). Sum of RGB (Red+Green+Blue) = 9+87+34=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #095722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095722 is #F6A8DD. Grayscale: #393939. Windows color (decimal): -16165086 or 2250505. OLE color: 2250505.
HSL color Cylindrical-coordinate representation of color #095722: hue angle of 139.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095722 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 34 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.66 |
| HSL | 139.23º | 0.81% | 0.19% | - |
| HSV(B) | 139.23º | 0.9% | 0.34% | - |
| XYZ | 3.81 | 6.99 | 2.66 | - |
| YUV | 57.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 34 | 0.90 | 0 | 0.61 | 0.66 | 139.23 | 0.81 | 0.19 |
| Hex | 9 | 57 | 22 | 5A | 0 | 3D | 42 | 8B | 51 | 13 |
| Octal | 11 | 127 | 42 | 132 | 0 | 75 | 102 | 213 | 121 | 23 |
| Binary | 1001 | 1010111 | 100010 | 1011010 | 0 | 111101 | 1000010 | 10001011 | 1010001 | 10011 |
Color Harmonies of #095722
Complementary color
Monochromatic Colors of #095722
Black with #095722
Text Example
Text Example
White with #095722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095722; }
p { color: rgb(9,87,34); }
H1.HeaderClassName
{
color: #095722;
}
.AnyTagClassName
{
color: #095722;
}
</style>
background-color css
<style>
a { background-color: #095722; }
a { background-color: rgb(9,87,34); }
div.DivClassName
{
background-color: #095722;
}
.BgClassName
{
background-color: #095722;
}
</style>
border-color css
<style>
span { border-color: #095722; }
span { border-color: rgb(9,87,34); }
td.TdClassName
{
border-color: #095722;
}
.TagClassName
{
border-color: #095722;
}
</style>