Shades of Crusoe #095127
Tints of Crusoe #095127
RGB
CMYK
RGB Variations
Color information
#095127 (or 0x095127) is known color: Crusoe. HEX triplet: 09, 51 and 27. RGB value is (9,81,39). Sum of RGB (Red+Green+Blue) = 9+81+39=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #095127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095127 is #F6AED8. Grayscale: #363636. Windows color (decimal): -16166617 or 2576649. OLE color: 2576649.
HSL color Cylindrical-coordinate representation of color #095127: hue angle of 145º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095127 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 39 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.68 |
| HSL | 145º | 0.8% | 0.18% | - |
| HSV(B) | 145º | 0.89% | 0.32% | - |
| XYZ | 3.42 | 6.09 | 2.91 | - |
| YUV | 54.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 39 | 0.89 | 0 | 0.52 | 0.68 | 145 | 0.8 | 0.18 |
| Hex | 9 | 51 | 27 | 59 | 0 | 34 | 44 | 91 | 50 | 12 |
| Octal | 11 | 121 | 47 | 131 | 0 | 64 | 104 | 221 | 120 | 22 |
| Binary | 1001 | 1010001 | 100111 | 1011001 | 0 | 110100 | 1000100 | 10010001 | 1010000 | 10010 |
Color Harmonies of #095127
Complementary color
Monochromatic Colors of #095127
Black with #095127
Text Example
Text Example
White with #095127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095127; }
p { color: rgb(9,81,39); }
H1.HeaderClassName
{
color: #095127;
}
.AnyTagClassName
{
color: #095127;
}
</style>
background-color css
<style>
a { background-color: #095127; }
a { background-color: rgb(9,81,39); }
div.DivClassName
{
background-color: #095127;
}
.BgClassName
{
background-color: #095127;
}
</style>
border-color css
<style>
span { border-color: #095127; }
span { border-color: rgb(9,81,39); }
td.TdClassName
{
border-color: #095127;
}
.TagClassName
{
border-color: #095127;
}
</style>