Shades of Crusoe #095625
Tints of Crusoe #095625
RGB
CMYK
RGB Variations
Color information
#095625 (or 0x095625) is known color: Crusoe. HEX triplet: 09, 56 and 25. RGB value is (9,86,37). Sum of RGB (Red+Green+Blue) = 9+86+37=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #095625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095625 is #F6A9DA. Grayscale: #393939. Windows color (decimal): -16165339 or 2446857. OLE color: 2446857.
HSL color Cylindrical-coordinate representation of color #095625: hue angle of 141.82º 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 #095625 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 37 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.66 |
| HSL | 141.82º | 0.81% | 0.19% | - |
| HSV(B) | 141.82º | 0.9% | 0.34% | - |
| XYZ | 3.77 | 6.85 | 2.87 | - |
| YUV | 57.39 | 116.49 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 37 | 0.90 | 0 | 0.57 | 0.66 | 141.82 | 0.81 | 0.19 |
| Hex | 9 | 56 | 25 | 5A | 0 | 39 | 42 | 8E | 51 | 13 |
| Octal | 11 | 126 | 45 | 132 | 0 | 71 | 102 | 216 | 121 | 23 |
| Binary | 1001 | 1010110 | 100101 | 1011010 | 0 | 111001 | 1000010 | 10001110 | 1010001 | 10011 |
Color Harmonies of #095625
Complementary color
Monochromatic Colors of #095625
Black with #095625
Text Example
Text Example
White with #095625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095625; }
p { color: rgb(9,86,37); }
H1.HeaderClassName
{
color: #095625;
}
.AnyTagClassName
{
color: #095625;
}
</style>
background-color css
<style>
a { background-color: #095625; }
a { background-color: rgb(9,86,37); }
div.DivClassName
{
background-color: #095625;
}
.BgClassName
{
background-color: #095625;
}
</style>
border-color css
<style>
span { border-color: #095625; }
span { border-color: rgb(9,86,37); }
td.TdClassName
{
border-color: #095625;
}
.TagClassName
{
border-color: #095625;
}
</style>