Shades of Crusoe #0F6420
Tints of Crusoe #0F6420
RGB
CMYK
RGB Variations
Color information
#0F6420 (or 0x0F6420) is known color: Crusoe. HEX triplet: 0F, 64 and 20. RGB value is (15,100,32). Sum of RGB (Red+Green+Blue) = 15+100+32=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6420 is #F09BDF. Grayscale: #434343. Windows color (decimal): -15768544 or 2122767. OLE color: 2122767.
HSL color Cylindrical-coordinate representation of color #0F6420: hue angle of 132º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6420 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 100 | 32 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.61 |
| HSL | 132º | 0.74% | 0.23% | - |
| HSV(B) | 132º | 0.85% | 0.39% | - |
| XYZ | 5.01 | 9.32 | 2.9 | - |
| YUV | 66.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 32 | 0.85 | 0 | 0.68 | 0.61 | 132 | 0.74 | 0.23 |
| Hex | F | 64 | 20 | 55 | 0 | 44 | 3D | 84 | 4A | 17 |
| Octal | 17 | 144 | 40 | 125 | 0 | 104 | 75 | 204 | 112 | 27 |
| Binary | 1111 | 1100100 | 100000 | 1010101 | 0 | 1000100 | 111101 | 10000100 | 1001010 | 10111 |
Color Harmonies of #0F6420
Complementary color
Monochromatic Colors of #0F6420
Black with #0F6420
Text Example
Text Example
White with #0F6420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6420; }
p { color: rgb(15,100,32); }
H1.HeaderClassName
{
color: #0F6420;
}
.AnyTagClassName
{
color: #0F6420;
}
</style>
background-color css
<style>
a { background-color: #0F6420; }
a { background-color: rgb(15,100,32); }
div.DivClassName
{
background-color: #0F6420;
}
.BgClassName
{
background-color: #0F6420;
}
</style>
border-color css
<style>
span { border-color: #0F6420; }
span { border-color: rgb(15,100,32); }
td.TdClassName
{
border-color: #0F6420;
}
.TagClassName
{
border-color: #0F6420;
}
</style>