Shades of Crusoe #0F6329
Tints of Crusoe #0F6329
RGB
CMYK
RGB Variations
Color information
#0F6329 (or 0x0F6329) is known color: Crusoe. HEX triplet: 0F, 63 and 29. RGB value is (15,99,41). Sum of RGB (Red+Green+Blue) = 15+99+41=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6329 is #F09CD6. Grayscale: #434343. Windows color (decimal): -15768791 or 2712335. OLE color: 2712335.
HSL color Cylindrical-coordinate representation of color #0F6329: hue angle of 138.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6329 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 99 | 41 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.61 |
| HSL | 138.57º | 0.74% | 0.22% | - |
| HSV(B) | 138.57º | 0.85% | 0.39% | - |
| XYZ | 5.06 | 9.19 | 3.6 | - |
| YUV | 67.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 41 | 0.85 | 0 | 0.59 | 0.61 | 138.57 | 0.74 | 0.22 |
| Hex | F | 63 | 29 | 55 | 0 | 3B | 3D | 8B | 4A | 16 |
| Octal | 17 | 143 | 51 | 125 | 0 | 73 | 75 | 213 | 112 | 26 |
| Binary | 1111 | 1100011 | 101001 | 1010101 | 0 | 111011 | 111101 | 10001011 | 1001010 | 10110 |
Color Harmonies of #0F6329
Complementary color
Monochromatic Colors of #0F6329
Black with #0F6329
Text Example
Text Example
White with #0F6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6329; }
p { color: rgb(15,99,41); }
H1.HeaderClassName
{
color: #0F6329;
}
.AnyTagClassName
{
color: #0F6329;
}
</style>
background-color css
<style>
a { background-color: #0F6329; }
a { background-color: rgb(15,99,41); }
div.DivClassName
{
background-color: #0F6329;
}
.BgClassName
{
background-color: #0F6329;
}
</style>
border-color css
<style>
span { border-color: #0F6329; }
span { border-color: rgb(15,99,41); }
td.TdClassName
{
border-color: #0F6329;
}
.TagClassName
{
border-color: #0F6329;
}
</style>