Shades of Crusoe #096319
Tints of Crusoe #096319
RGB
CMYK
RGB Variations
Color information
#096319 (or 0x096319) is known color: Crusoe. HEX triplet: 09, 63 and 19. RGB value is (9,99,25). Sum of RGB (Red+Green+Blue) = 9+99+25=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #096319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096319 is #F69CE6. Grayscale: #3F3F3F. Windows color (decimal): -16162023 or 1663753. OLE color: 1663753.
HSL color Cylindrical-coordinate representation of color #096319: hue angle of 130.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096319 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 25 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.61 |
| HSL | 130.67º | 0.83% | 0.21% | - |
| HSV(B) | 130.67º | 0.91% | 0.39% | - |
| XYZ | 4.75 | 9.05 | 2.42 | - |
| YUV | 63.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 25 | 0.91 | 0 | 0.75 | 0.61 | 130.67 | 0.83 | 0.21 |
| Hex | 9 | 63 | 19 | 5B | 0 | 4B | 3D | 83 | 53 | 15 |
| Octal | 11 | 143 | 31 | 133 | 0 | 113 | 75 | 203 | 123 | 25 |
| Binary | 1001 | 1100011 | 11001 | 1011011 | 0 | 1001011 | 111101 | 10000011 | 1010011 | 10101 |
Color Harmonies of #096319
Complementary color
Monochromatic Colors of #096319
Black with #096319
Text Example
Text Example
White with #096319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096319; }
p { color: rgb(9,99,25); }
H1.HeaderClassName
{
color: #096319;
}
.AnyTagClassName
{
color: #096319;
}
</style>
background-color css
<style>
a { background-color: #096319; }
a { background-color: rgb(9,99,25); }
div.DivClassName
{
background-color: #096319;
}
.BgClassName
{
background-color: #096319;
}
</style>
border-color css
<style>
span { border-color: #096319; }
span { border-color: rgb(9,99,25); }
td.TdClassName
{
border-color: #096319;
}
.TagClassName
{
border-color: #096319;
}
</style>