Shades of Crusoe #096127
Tints of Crusoe #096127
RGB
CMYK
RGB Variations
Color information
#096127 (or 0x096127) is known color: Crusoe. HEX triplet: 09, 61 and 27. RGB value is (9,97,39). Sum of RGB (Red+Green+Blue) = 9+97+39=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #096127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096127 is #F69ED8. Grayscale: #404040. Windows color (decimal): -16162521 or 2580745. OLE color: 2580745.
HSL color Cylindrical-coordinate representation of color #096127: hue angle of 140.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096127 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 39 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.62 |
| HSL | 140.45º | 0.83% | 0.21% | - |
| HSV(B) | 140.45º | 0.91% | 0.38% | - |
| XYZ | 4.75 | 8.75 | 3.36 | - |
| YUV | 64.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 39 | 0.91 | 0 | 0.60 | 0.62 | 140.45 | 0.83 | 0.21 |
| Hex | 9 | 61 | 27 | 5B | 0 | 3C | 3E | 8C | 53 | 15 |
| Octal | 11 | 141 | 47 | 133 | 0 | 74 | 76 | 214 | 123 | 25 |
| Binary | 1001 | 1100001 | 100111 | 1011011 | 0 | 111100 | 111110 | 10001100 | 1010011 | 10101 |
Color Harmonies of #096127
Complementary color
Monochromatic Colors of #096127
Black with #096127
Text Example
Text Example
White with #096127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096127; }
p { color: rgb(9,97,39); }
H1.HeaderClassName
{
color: #096127;
}
.AnyTagClassName
{
color: #096127;
}
</style>
background-color css
<style>
a { background-color: #096127; }
a { background-color: rgb(9,97,39); }
div.DivClassName
{
background-color: #096127;
}
.BgClassName
{
background-color: #096127;
}
</style>
border-color css
<style>
span { border-color: #096127; }
span { border-color: rgb(9,97,39); }
td.TdClassName
{
border-color: #096127;
}
.TagClassName
{
border-color: #096127;
}
</style>