Shades of Crusoe #096015
Tints of Crusoe #096015
RGB
CMYK
RGB Variations
Color information
#096015 (or 0x096015) is known color: Crusoe. HEX triplet: 09, 60 and 15. RGB value is (9,96,21). Sum of RGB (Red+Green+Blue) = 9+96+21=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #096015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096015 is #F69FEA. Grayscale: #3D3D3D. Windows color (decimal): -16162795 or 1400841. OLE color: 1400841.
HSL color Cylindrical-coordinate representation of color #096015: hue angle of 128.28º 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 #096015 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 21 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.62 |
| HSL | 128.28º | 0.83% | 0.21% | - |
| HSV(B) | 128.28º | 0.91% | 0.38% | - |
| XYZ | 4.43 | 8.48 | 2.11 | - |
| YUV | 61.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 21 | 0.91 | 0 | 0.78 | 0.62 | 128.28 | 0.83 | 0.21 |
| Hex | 9 | 60 | 15 | 5B | 0 | 4E | 3E | 80 | 53 | 15 |
| Octal | 11 | 140 | 25 | 133 | 0 | 116 | 76 | 200 | 123 | 25 |
| Binary | 1001 | 1100000 | 10101 | 1011011 | 0 | 1001110 | 111110 | 10000000 | 1010011 | 10101 |
Color Harmonies of #096015
Complementary color
Monochromatic Colors of #096015
Black with #096015
Text Example
Text Example
White with #096015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096015; }
p { color: rgb(9,96,21); }
H1.HeaderClassName
{
color: #096015;
}
.AnyTagClassName
{
color: #096015;
}
</style>
background-color css
<style>
a { background-color: #096015; }
a { background-color: rgb(9,96,21); }
div.DivClassName
{
background-color: #096015;
}
.BgClassName
{
background-color: #096015;
}
</style>
border-color css
<style>
span { border-color: #096015; }
span { border-color: rgb(9,96,21); }
td.TdClassName
{
border-color: #096015;
}
.TagClassName
{
border-color: #096015;
}
</style>