Shades of Crusoe #095718
Tints of Crusoe #095718
RGB
CMYK
RGB Variations
Color information
#095718 (or 0x095718) is known color: Crusoe. HEX triplet: 09, 57 and 18. RGB value is (9,87,24). Sum of RGB (Red+Green+Blue) = 9+87+24=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #095718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095718 is #F6A8E7. Grayscale: #383838. Windows color (decimal): -16165096 or 1595145. OLE color: 1595145.
HSL color Cylindrical-coordinate representation of color #095718: hue angle of 131.54º 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 #095718 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 24 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.66 |
| HSL | 131.54º | 0.81% | 0.19% | - |
| HSV(B) | 131.54º | 0.9% | 0.34% | - |
| XYZ | 3.69 | 6.94 | 2.01 | - |
| YUV | 56.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 24 | 0.90 | 0 | 0.72 | 0.66 | 131.54 | 0.81 | 0.19 |
| Hex | 9 | 57 | 18 | 5A | 0 | 48 | 42 | 84 | 51 | 13 |
| Octal | 11 | 127 | 30 | 132 | 0 | 110 | 102 | 204 | 121 | 23 |
| Binary | 1001 | 1010111 | 11000 | 1011010 | 0 | 1001000 | 1000010 | 10000100 | 1010001 | 10011 |
Color Harmonies of #095718
Complementary color
Monochromatic Colors of #095718
Black with #095718
Text Example
Text Example
White with #095718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095718; }
p { color: rgb(9,87,24); }
H1.HeaderClassName
{
color: #095718;
}
.AnyTagClassName
{
color: #095718;
}
</style>
background-color css
<style>
a { background-color: #095718; }
a { background-color: rgb(9,87,24); }
div.DivClassName
{
background-color: #095718;
}
.BgClassName
{
background-color: #095718;
}
</style>
border-color css
<style>
span { border-color: #095718; }
span { border-color: rgb(9,87,24); }
td.TdClassName
{
border-color: #095718;
}
.TagClassName
{
border-color: #095718;
}
</style>