Shades of Crusoe #096A1F
Tints of Crusoe #096A1F
RGB
CMYK
RGB Variations
Color information
#096A1F (or 0x096A1F) is known color: Crusoe. HEX triplet: 09, 6A and 1F. RGB value is (9,106,31). Sum of RGB (Red+Green+Blue) = 9+106+31=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #096A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A1F is #F695E0. Grayscale: #444444. Windows color (decimal): -16160225 or 2058761. OLE color: 2058761.
HSL color Cylindrical-coordinate representation of color #096A1F: hue angle of 133.61º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A1F is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 31 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.58 |
| HSL | 133.61º | 0.84% | 0.23% | - |
| HSV(B) | 133.61º | 0.92% | 0.42% | - |
| XYZ | 5.51 | 10.47 | 3.03 | - |
| YUV | 68.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 31 | 0.92 | 0 | 0.71 | 0.58 | 133.61 | 0.84 | 0.23 |
| Hex | 9 | 6A | 1F | 5C | 0 | 47 | 3A | 86 | 54 | 17 |
| Octal | 11 | 152 | 37 | 134 | 0 | 107 | 72 | 206 | 124 | 27 |
| Binary | 1001 | 1101010 | 11111 | 1011100 | 0 | 1000111 | 111010 | 10000110 | 1010100 | 10111 |
Color Harmonies of #096A1F
Complementary color
Monochromatic Colors of #096A1F
Black with #096A1F
Text Example
Text Example
White with #096A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A1F; }
p { color: rgb(9,106,31); }
H1.HeaderClassName
{
color: #096A1F;
}
.AnyTagClassName
{
color: #096A1F;
}
</style>
background-color css
<style>
a { background-color: #096A1F; }
a { background-color: rgb(9,106,31); }
div.DivClassName
{
background-color: #096A1F;
}
.BgClassName
{
background-color: #096A1F;
}
</style>
border-color css
<style>
span { border-color: #096A1F; }
span { border-color: rgb(9,106,31); }
td.TdClassName
{
border-color: #096A1F;
}
.TagClassName
{
border-color: #096A1F;
}
</style>